mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-05 02:47:43 -05:00
Static Evaluation Base, Module Sources, Backend Config (#1718)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Signed-off-by: Christian Mesh <cristianmesh1@gmail.com> Co-authored-by: James Humphries <James@james-humphries.co.uk> Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com>
This commit is contained in:
7
internal/command/testdata/init-module-variable-source/main.tf
vendored
Normal file
7
internal/command/testdata/init-module-variable-source/main.tf
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
variable "src" {
|
||||
type = string
|
||||
}
|
||||
|
||||
module "mod" {
|
||||
source = var.src
|
||||
}
|
||||
0
internal/command/testdata/init-module-variable-source/mod/mod.tf
vendored
Normal file
0
internal/command/testdata/init-module-variable-source/mod/mod.tf
vendored
Normal file
Reference in New Issue
Block a user