We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93da623 commit b08712dCopy full SHA for b08712d
obp_private_alb_config/private-alb-waf.tf
@@ -1,5 +1,5 @@
1
resource "aws_wafv2_ip_set" "internal_ips" {
2
- name = "internal IPs"
+ name = "internal_IPs"
3
scope = "REGIONAL"
4
ip_address_version = "IPV4"
5
addresses = ["10.0.0.0/16"]
0 commit comments