Skip to content

Commit 8705ef9

Browse files
committed
changing environment to be dynamic and workspace to be equal to env for now
1 parent 8d83c93 commit 8705ef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual-terraform-plan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555

5656
- name: "Terraform Plan Stacks"
5757
env:
58-
ENVIRONMENT: "dev"
59-
WORKSPACE: "default"
58+
ENVIRONMENT: ${{ inputs.environment }}
59+
WORKSPACE: ${{ inputs.environment }}
6060
TF_VAR_API_CA_CERT: ${{ secrets.API_CA_CERT }}
6161
TF_VAR_API_CLIENT_CERT: ${{ secrets.API_CLIENT_CERT }}
6262
TF_VAR_API_PRIVATE_KEY_CERT: ${{ secrets.API_PRIVATE_KEY_CERT }}

0 commit comments

Comments
 (0)