Skip to content

Commit 735f934

Browse files
committed
fix(terraform): rename input
1 parent 6cd0898 commit 735f934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform-destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Terraform Destroy
44
on:
55
workflow_call:
66
inputs:
7-
workspace:
7+
cloud_workspace:
88
type: string
99

1010
jobs:
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
TF_IN_AUTOMATION: true
1818
TF_INPUT: false
19-
TF_WORKSPACE: ${{ inputs.workspace }}
19+
TF_WORKSPACE: ${{ inputs.cloud_workspace }}
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)