Skip to content

Commit

Permalink
local.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 26, 2024
1 parent 333a1c6 commit ddeb6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/security/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ module "security_group_nginx_rules" {
ip_protocol = "tcp"
cidr_ipv6 = ip
}],
[allow_http_anywhere_ipv4]
[local.allow_http_anywhere_ipv4]
])
egress_rules = [local.allow_dns_anywhere, local.allow_http_anywhere_ipv4, local.allow_https_anywhere_ipv4]
}
Expand Down

0 comments on commit ddeb6ec

Please sign in to comment.