Skip to content

Commit 0232fee

Browse files
author
Bryan Kendall
committed
actually set ttl to 1 year
1 parent a326001 commit 0232fee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/vault-values.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
with_items:
6262
- type: "aws"
6363
config:
64-
default_lease_ttl: "3600s" # 1 hour, in seconds
65-
max_lease_ttl: "3600s" # 1 hour, in seconds
64+
default_lease_ttl: "31536000s" # 1 year, in seconds
65+
max_lease_ttl: "31536000s" # 1 year, in seconds
6666

6767
- name: configure 1h aws root credentials
6868
run_once: true

0 commit comments

Comments
 (0)