mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04: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>
6 lines
122 B
HCL
6 lines
122 B
HCL
variable "module_version" { default = "v1.0" }
|
|
|
|
module "foo" {
|
|
source = "mod/foo/foo"
|
|
version = var.module_version
|
|
}
|