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

9 lines
143 B
HCL

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