terraform-demo/modules/sg/variables.tf
2022-12-28 22:50:49 +09:00

10 lines
155 B
HCL

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