mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-18 13:00:36 -05:00
15 lines
165 B
Plaintext
15 lines
165 B
Plaintext
providers {
|
|
aws = "foo"
|
|
do = "bar"
|
|
}
|
|
|
|
provisioners {
|
|
local = "$TFTEST"
|
|
}
|
|
|
|
host "example.com" {
|
|
services = {
|
|
"modules.v1" = "https://example.com/",
|
|
}
|
|
}
|