9 lines
143 B
HCL
9 lines
143 B
HCL
variable "type" {
|
|
description = "security rule type"
|
|
type = string
|
|
}
|
|
variable "from_port" {
|
|
description = "from port"
|
|
type = number
|
|
}
|