10 lines
155 B
HCL
10 lines
155 B
HCL
variable "sg_name" {
|
|
description = "security group name"
|
|
type = string
|
|
}
|
|
variable "vpc_id" {
|
|
description = "vpc_id"
|
|
type = string
|
|
|
|
}
|