chore: terraform aws cred
This commit is contained in:
parent
6465553c73
commit
25d1925abb
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ steps:
|
||||||
- name: terraform
|
- name: terraform
|
||||||
image: hashicorp/terraform:latest
|
image: hashicorp/terraform:latest
|
||||||
commands:
|
commands:
|
||||||
|
- mkdir -p ~/.aws/credentials
|
||||||
- echo $AWS_CONFIG > ~/.aws/credentials
|
- echo $AWS_CONFIG > ~/.aws/credentials
|
||||||
- cd resources/infra
|
- cd resources/infra
|
||||||
- terraform init
|
- terraform init
|
||||||
|
|
|
||||||
Reference in a new issue