chore: terraform
This commit is contained in:
parent
dba0441ebc
commit
e0708f1c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ steps:
|
||||||
image: hashicorp/terraform:latest
|
image: hashicorp/terraform:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p ~/.aws/
|
- mkdir -p ~/.aws/
|
||||||
- echo $AWS_CONFIG > ~/.aws/credentials
|
- echo $${AWS_CONFIG} > ~/.aws/credentials
|
||||||
- cat ~/.aws/credentials
|
- cat ~/.aws/credentials
|
||||||
- cd resources/infra
|
- cd resources/infra
|
||||||
- terraform init
|
- terraform init
|
||||||
|
|
|
||||||
Reference in a new issue