mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-03 14:00:59 -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>
7 lines
122 B
HCL
7 lines
122 B
HCL
variable "module_version" { default = "v1.0" }
|
|
|
|
module "foo" {
|
|
source = "mod/foo/foo"
|
|
version = var.module_version
|
|
}
|