aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/yandex/firewall/variables.tf
blob: 04e111ad1ccea5975f66d4a0252b96d4e6c319df (plain) (tree)
1
2
3
4
5
6
7
8
9








                       
variable "name" {
  type = string
}
variable "vpc_id" {
  type = string
}
variable "open_ports" {
  type = list(number)
}