Skip to content

Commit 4a303c1

Browse files
committed
fix test
1 parent b16309a commit 4a303c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-apply.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,15 +1548,15 @@ jobs:
15481548
with:
15491549
label: test-apply deprecated_var_ephemeral
15501550
path: tests/workflows/test-apply/ephemeral
1551-
var: region=eu-west-1
1551+
var: mv=hello
15521552

15531553
- name: Apply using explicit ephemeral value
15541554
uses: ./terraform-apply
15551555
id: apply
15561556
with:
15571557
label: test-apply deprecated_var_ephemeral
15581558
path: tests/workflows/test-apply/ephemeral
1559-
var: region=eu-west-1
1559+
var: mv=hello
15601560

15611561
- name: Check failed to apply
15621562
env:

0 commit comments

Comments
 (0)