adding infisical action to workflows
All checks were successful
Pull Request / changes (pull_request) Successful in 22s
Pull Request / build-and-test (pull_request) Has been skipped

This commit is contained in:
2026-07-13 10:48:28 -05:00
parent f33a9982cc
commit 6ea7326a57

View File

@@ -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 -