mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-24 11:02:03 -04:00
Adds prompt for missing static variables (#2047)
Signed-off-by: Andrew Hayes <andrew.hayes@harness.io>
This commit is contained in:
11
internal/command/testdata/init-module-variable-source-multiple/main.tf
vendored
Normal file
11
internal/command/testdata/init-module-variable-source-multiple/main.tf
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
variable "src" {
|
||||
type = string
|
||||
}
|
||||
|
||||
module "mod" {
|
||||
source = var.src
|
||||
}
|
||||
|
||||
module "mod2" {
|
||||
source = var.src
|
||||
}
|
||||
0
internal/command/testdata/init-module-variable-source-multiple/mod/mod.tf
vendored
Normal file
0
internal/command/testdata/init-module-variable-source-multiple/mod/mod.tf
vendored
Normal file
Reference in New Issue
Block a user