providers/heroku: Add region to example
...since it's required
This commit is contained in:
parent
dfee25fc47
commit
ad19adfdc0
|
@ -17,6 +17,7 @@ create and manage applications on Heroku.
|
|||
# Create a new Heroku app
|
||||
resource "heroku_app" "default" {
|
||||
name = "my-cool-app"
|
||||
region = "us"
|
||||
|
||||
config_vars {
|
||||
FOOBAR = "baz"
|
||||
|
|
Loading…
Reference in New Issue