mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-10 19:00:41 -04:00
9 lines
87 B
Plaintext
9 lines
87 B
Plaintext
providers {
|
|
aws = "$TFTEST"
|
|
google = "bar"
|
|
}
|
|
|
|
provisioners {
|
|
local = "$TFTEST"
|
|
}
|