mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/heroku: tabs
This commit is contained in:
parent
89985a3dc6
commit
eb0bd46791
@ -232,7 +232,7 @@ resource "heroku_app" "foobar" {
|
||||
name = "terraform-test-app"
|
||||
|
||||
config_vars {
|
||||
FOO = bar
|
||||
FOO = "bar"
|
||||
}
|
||||
}`
|
||||
|
||||
@ -241,8 +241,8 @@ resource "heroku_app" "foobar" {
|
||||
name = "terraform-test-renamed"
|
||||
|
||||
config_vars {
|
||||
FOO = bing
|
||||
BAZ = bar
|
||||
FOO = "bing"
|
||||
BAZ = "bar"
|
||||
}
|
||||
}`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user