Skip to content

Commit

Permalink
Update modules/resolver-endpoints/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
  • Loading branch information
renebarbosafl and antonbabenko authored Aug 27, 2024
1 parent 9b53ee3 commit ba1de0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/resolver-endpoints/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_route53_resolver_endpoint" "this" {
for_each = var.ip_address

content {
ip = ip_address.value.ip
ip = lookup(ip_address.value, "ip", null)
subnet_id = ip_address.value.subnet_id
}
}
Expand Down

0 comments on commit ba1de0a

Please sign in to comment.