Skip to content

Commit 673aeb4

Browse files
committed
Lower TTL
1 parent 4713db0 commit 673aeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spire/templates/jump-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Resources:
242242
- Name: !If [IsProduction, !Sub "jump.${AWS::Region}.prx.tech", !Sub "jump.staging.${AWS::Region}.prx.tech"]
243243
ResourceRecords:
244244
- !GetAtt JumpServer.PublicIp
245-
TTL: "3600"
245+
TTL: "300"
246246
Type: A
247247

248248
Outputs:

0 commit comments

Comments
 (0)