style: renaming scheme for config files

This commit is contained in:
2025-02-13 15:35:00 -05:00
parent 6193d99e1f
commit 143e6be9a0
6 changed files with 12 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ tasks:
enter:
cmd: aws ssm start-session --target $INSTANCE_ID
env:
INSTANCE_ID: { sh: jq -r .instance_id.value < config/infrastructure.secret.tf.json }
INSTANCE_ID: { sh: jq -r .instance_id.value < config/infrastructure.secret.json }
AWS_REGION: { sh: jq -r .aws_region < config/ansible.secret.json }
AWS_ACCESS_KEY_ID: { sh: jq -r .aws_access_key < config/ansible.secret.json }
AWS_SECRET_ACCESS_KEY: { sh: jq -r .aws_secret_key < config/ansible.secret.json }