We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9374d44 commit 3bfc554Copy full SHA for 3bfc554
testdata/missingmodule/main.tf
@@ -9,4 +9,4 @@ module "does-not-exist-2" {
9
10
module "one" {
11
source = "./one"
12
-}
+}
testdata/missingmodule/one/one.tf
@@ -1,3 +1,3 @@
1
module "onea" {
2
source = "./onea"
3
testdata/missingmodule/one/onea/onea.tf
@@ -11,4 +11,4 @@ data "null_data_source" "values" {
inputs = {
foo = "bar"
13
}
14
testdata/missingmodule/skipe2e
@@ -1 +1 @@
-Not a real module
+Not a real module
0 commit comments