Skip to content

Commit

Permalink
Update acm.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC committed May 3, 2023
1 parent 1fefe3a commit b0e7dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/acm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_route53_record" "acm_validation" {
allow_overwrite = true
name = each.value.name
records = [each.value.record]
ttl = 60
ttl = 300
type = each.value.type
zone_id = data.aws_route53_zone.z[0].zone_id
}

0 comments on commit b0e7dcb

Please sign in to comment.