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
|
||||
run: terraform plan -out=tfplan
|
||||
|
||||
- name: Upload Terraform Plan
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tfplan
|
||||
path: tfplan
|
||||
# - name: Upload Terraform Plan
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: tfplan
|
||||
# path: tfplan
|
||||
|
||||
terraform-apply:
|
||||
name: Terraform Apply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue