mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-16 16:00:37 -05:00
7 lines
115 B
HCL
7 lines
115 B
HCL
variable "module_version" { default = "v1.0" }
|
|
|
|
module "foo" {
|
|
source = "./ff"
|
|
version = var.module_version
|
|
}
|