vars.tf 128 B

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