We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0d35a commit 10166f4Copy full SHA for 10166f4
.github/workflows/deploy-backend.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Save Terraform Plan
83
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
84
with:
85
- name: tfplan
+ name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-tfplan
86
path: terraform/tfplan
87
88
terraform-apply:
@@ -107,7 +107,7 @@ jobs:
107
- name: Retrieve Terraform Plan
108
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
109
110
111
path: terraform
112
113
- name: Terraform Init
0 commit comments