mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
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>
11 lines
255 B
HCL
11 lines
255 B
HCL
# 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)
|
|
}
|