mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
14 lines
165 B
Text
14 lines
165 B
Text
providers {
|
|
aws = "foo"
|
|
do = "bar"
|
|
}
|
|
|
|
provisioners {
|
|
local = "$TFTEST"
|
|
}
|
|
|
|
host "example.com" {
|
|
services = {
|
|
"modules.v1" = "https://example.com/",
|
|
}
|
|
}
|