Skip to content

Commit b08712d

Browse files
committed
ip set name fix
1 parent 93da623 commit b08712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obp_private_alb_config/private-alb-waf.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "aws_wafv2_ip_set" "internal_ips" {
2-
name = "internal IPs"
2+
name = "internal_IPs"
33
scope = "REGIONAL"
44
ip_address_version = "IPV4"
55
addresses = ["10.0.0.0/16"]

0 commit comments

Comments
 (0)