Files
assignment01/modules/sg/variables.tf
2025-11-18 03:20:27 +00:00

10 lines
155 B
HCL

variable "sg_name" {
description = "security group name"
type = string
}
variable "vpc_id" {
description = "vpc_id"
type = string
}