mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -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>
8 lines
70 B
HCL
8 lines
70 B
HCL
variable "src" {
|
|
type = string
|
|
}
|
|
|
|
module "mod" {
|
|
source = var.src
|
|
}
|