terraform/test-fixtures/config-env

9 lines
87 B
Plaintext

providers {
aws = "$TFTEST"
google = "bar"
}
provisioners {
local = "$TFTEST"
}