Skip to content

Commit

Permalink
Merge pull request #521 from guardian/increase-dns-ttl
Browse files Browse the repository at this point in the history
Increase DNS TTL back to 3600s
  • Loading branch information
davidfurey authored Aug 7, 2024
2 parents 5d11f5d + 300fb1b commit d22b310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/tag-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Resources:
- - !GetAtt TagManagerCloudFrontDistribution.DomainName
- "."
Stage: !Ref Stage
TTL: 60
TTL: 3600
TagManagerLaunchConfig:
Type: AWS::AutoScaling::LaunchConfiguration
Properties:
Expand Down

0 comments on commit d22b310

Please sign in to comment.