providers/heroku: Add region to example

...since it's required
This commit is contained in:
Justin Campbell 2015-03-31 15:49:10 -07:00
parent dfee25fc47
commit ad19adfdc0
1 changed files with 1 additions and 0 deletions

View File

@ -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"