Skip to content

Commit bed4478

Browse files
committed
update test target
1 parent 0dbfae8 commit bed4478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/01_mandatory.tftest.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
run "mandatory_plan_basic" {
77
command = plan
88
module {
9-
source = "./examples/basic"
9+
source = "./examples/service"
1010
}
1111
}
1212

1313
run "mandatory_apply_basic" {
1414
command = apply
1515
module {
16-
source = "./examples/basic"
16+
source = "./examples/service"
1717
}
1818
}

0 commit comments

Comments
 (0)