terraform-demo/modules/sg/variables.tf

5 lines
84 B
HCL

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