chore: terraform
This commit is contained in:
parent
25d1925abb
commit
f8032c97cb
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ steps:
|
||||||
- name: terraform
|
- name: terraform
|
||||||
image: hashicorp/terraform:latest
|
image: hashicorp/terraform:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p ~/.aws/credentials
|
- mkdir -p ~/.aws/
|
||||||
- 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