chore: terraform
This commit is contained in:
parent
5d762b8462
commit
3d0eca75d9
1 changed files with 1 additions and 3 deletions
|
|
@ -14,9 +14,7 @@ steps:
|
|||
from_secret: aws_config
|
||||
commands:
|
||||
- mkdir -p ~/.aws/
|
||||
- echo $${AWS_CONFIG}
|
||||
- echo $${AWS_CONFIG} > ~/.aws/credentials
|
||||
- cat ~/.aws/credentials | base64
|
||||
- echo $${AWS_CONFIG} | base64 -d > ~/.aws/credentials
|
||||
- cd resources/infra
|
||||
- terraform init
|
||||
- terraform plan
|
||||
|
|
|
|||
Reference in a new issue