Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 24, 2023
1 parent 1c928c0 commit b3f4d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/entry_heritage.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_route53_record" "entry_heritage" {
count = var.enable_heritage ? 1 : 0
zone_id = data.aws_route53_zone.zone.zone_id
name = format("%v%v", local.default_heritage_prefix, aws_route53_record.entry.name)
name = format("%v%v", local.default_heritage_prefix, var.name)

type = "TXT"
ttl = var.ttl
Expand Down

0 comments on commit b3f4d53

Please sign in to comment.