Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 23, 2021 22:53
Show Gist options
  • Select an option

  • Save KyMidd/e7f8ba68bb33ea36f663d33e2943164c to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/e7f8ba68bb33ea36f663d33e2943164c to your computer and use it in GitHub Desktop.
# Output IPs as a list
# ex: ["1.1.1.1/32", "2.2.2.2/32",]
output "ips_list" {
value = local.blocked_ips
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment