mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-05 00:00:31 -04: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:
10
internal/command/testdata/init-module-variable-version/main.tf
vendored
Normal file
10
internal/command/testdata/init-module-variable-version/main.tf
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# See internal/initwd/testdata/registry-modules/root.tf for more information on the module required
|
||||
|
||||
variable "modver" {
|
||||
type = string
|
||||
}
|
||||
|
||||
module "acctest_root" {
|
||||
source = "hashicorp/module-installer-acctest/aws"
|
||||
version = nonsensitive(var.modver)
|
||||
}
|
||||
Reference in New Issue
Block a user