mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-19 07:01:10 -05:00
12 lines
135 B
HCL
12 lines
135 B
HCL
|
|
module "example" {
|
|
source = "./example2"
|
|
|
|
kept = "primary kept"
|
|
foo = "primary foo"
|
|
|
|
providers = {
|
|
test = test.foo
|
|
}
|
|
}
|