mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-16 19:39:42 -04:00
6 lines
115 B
HCL
6 lines
115 B
HCL
variable "module_version" { default = "v1.0" }
|
|
|
|
module "foo" {
|
|
source = "./ff"
|
|
version = var.module_version
|
|
}
|