vars.tf 122 B

1234567
  1. variable "waf_prefix" {}
  2. variable "blacklisted_ips" {
  3. type = list
  4. }
  5. variable "admin_remote_ipset" {
  6. type = list
  7. }