Skip to content

Commit bfc38ba

Browse files
committed
Pass variables to workspace new/delete
1 parent d08c2dc commit bfc38ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-early-eval.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ jobs:
2828
passphrase = "tofuqwertyuiopasdfgh"
2929
3030
- name: Create workspace
31-
uses: ./terraform-new-workspace
31+
uses: ./tofu-new-workspace
3232
with:
3333
path: tests/workflows/test-new-workspace
3434
workspace: test-workspace
3535
variables: |
3636
passphrase = "tofuqwertyuiopasdfgh"
3737
3838
- name: Create workspace again
39-
uses: ./terraform-new-workspace
39+
uses: ./tofu-new-workspace
4040
with:
4141
path: tests/workflows/test-new-workspace
4242
workspace: test-workspace
4343
variables: |
4444
passphrase = "tofuqwertyuiopasdfgh"
4545
4646
- name: Destroy workspace
47-
uses: ./terraform-destroy-workspace
47+
uses: ./tofu-destroy-workspace
4848
with:
4949
path: tests/workflows/test-new-workspace
5050
workspace: test-workspace

0 commit comments

Comments
 (0)