Compare commits
2 Commits
e3f385d0a4
...
755c429d04
| Author | SHA1 | Date | |
|---|---|---|---|
| 755c429d04 | |||
| 6ea7326a57 |
@@ -30,14 +30,14 @@ jobs:
|
|||||||
uses: hashicorp/setup-terraform@v4
|
uses: hashicorp/setup-terraform@v4
|
||||||
|
|
||||||
- name: Terraform init
|
- name: Terraform init
|
||||||
uses: |
|
run: |
|
||||||
terraform init -input=false
|
terraform init -input=false
|
||||||
|
|
||||||
- name: Terraform plan
|
- name: Terraform plan
|
||||||
uses: |
|
run: |
|
||||||
terraform plan -no-color -input=false
|
terraform plan -no-color -input=false
|
||||||
|
|
||||||
- name: Terraform apply
|
- name: Terraform apply
|
||||||
uses: |
|
run: |
|
||||||
terraform apply -no-color -
|
terraform apply -no-color -
|
||||||
|
|
||||||
Reference in New Issue
Block a user