Skip to content

Commit 535e51f

Browse files
committed
set plan ids
1 parent 6a1995d commit 535e51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-deploy-feature-to-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
shell: bash
6767

6868
- name: Terraform Plan Base
69-
id: plan
69+
id: base_plan
7070
run: |
7171
terraform plan -input=false -no-color -var-file="${{vars.TF_VARS_FILE}}" -out tf.plan
7272
working-directory: ./infrastructure

0 commit comments

Comments
 (0)