fix(cicd): comment out Terraform Plan upload in CI/CD workflow.
This commit is contained in:
parent
3bf9dd1c8a
commit
8a882c80f7
1 changed files with 5 additions and 5 deletions
|
@ -93,11 +93,11 @@ jobs:
|
||||||
- name: Terraform Plan
|
- name: Terraform Plan
|
||||||
run: terraform plan -out=tfplan
|
run: terraform plan -out=tfplan
|
||||||
|
|
||||||
- name: Upload Terraform Plan
|
# - name: Upload Terraform Plan
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: tfplan
|
# name: tfplan
|
||||||
path: tfplan
|
# path: tfplan
|
||||||
|
|
||||||
terraform-apply:
|
terraform-apply:
|
||||||
name: Terraform Apply
|
name: Terraform Apply
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue