Merge pull request 'adding infisical action to workflows' (#143) from 141-update-workflows-with-infisical into main
Reviewed-on: #143
This commit was merged in pull request #143.
This commit is contained in:
@@ -30,14 +30,14 @@ jobs:
|
||||
uses: hashicorp/setup-terraform@v4
|
||||
|
||||
- name: Terraform init
|
||||
uses: |
|
||||
run: |
|
||||
terraform init -input=false
|
||||
|
||||
- name: Terraform plan
|
||||
uses: |
|
||||
run: |
|
||||
terraform plan -no-color -input=false
|
||||
|
||||
- name: Terraform apply
|
||||
uses: |
|
||||
run: |
|
||||
terraform apply -no-color -
|
||||
|
||||
Reference in New Issue
Block a user