chore: terraform aws cred

This commit is contained in:
kekskurse 2025-03-12 23:41:59 +01:00
parent 6465553c73
commit 25d1925abb

View file

@ -10,6 +10,7 @@ steps:
- name: terraform
image: hashicorp/terraform:latest
commands:
- mkdir -p ~/.aws/credentials
- echo $AWS_CONFIG > ~/.aws/credentials
- cd resources/infra
- terraform init