terraform-demo/modules/sg-rule-add/variables.tf

9 lines
143 B
HCL

variable "type" {
description = "security rule type"
type = string
}
variable "from_port" {
description = "from port"
type = number
}