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
|
||||
commands:
|
||||
- mkdir -p ~/.aws/
|
||||
- echo $AWS_CONFIG > ~/.aws/credentials
|
||||
- echo $${AWS_CONFIG} > ~/.aws/credentials
|
||||
- cat ~/.aws/credentials
|
||||
- cd resources/infra
|
||||
- terraform init
|
||||
|
|
|
|||
Reference in a new issue