Skip to content

Commit

Permalink
allow overwrite (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Jul 22, 2024
1 parent 06574c1 commit e1ef171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/acm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "aws_route53_record" "notification-canada-ca" {
}
}

allow_overwrite = false
allow_overwrite = true
name = each.value.name
records = [each.value.record]
type = each.value.type
Expand Down

0 comments on commit e1ef171

Please sign in to comment.