Files
terraform-demo/modules/sg/variables.tf
2022-12-28 22:15:11 +09:00

5 lines
84 B
HCL

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