Compare commits
1 Commits
b857c7ae9f
...
2987f27375
| Author | SHA1 | Date | |
|---|---|---|---|
| 2987f27375 |
@@ -26,7 +26,7 @@ steps:
|
||||
- name: terraform plan
|
||||
image: hashicorp/terraform:1.1.8
|
||||
commands:
|
||||
- cp -a id_rsa ~/.ssh/id_rsa
|
||||
- ssh-add id_rsa
|
||||
- terraform plan -out .tfplan
|
||||
environment:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
@@ -48,7 +48,7 @@ steps:
|
||||
- push
|
||||
image: hashicorp/terraform:1.1.8
|
||||
commands:
|
||||
- cp -a id_rsa ~/.ssh/id_rsa
|
||||
- ssh_add id_rsa
|
||||
- terraform apply .tfplan
|
||||
environment:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
@@ -64,6 +64,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: d5b34139e5dd55d395dfbc99a5193220239fa13f1186c4bab7a9f084de190e47
|
||||
hmac: e3f1e9866e05c63c47e9b726b95813444f6dcad2a02bba21e4dbdffa9f3a15f1
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user