From afec1e907b9fa351b44ab1ab1b671b5c6cba4c49 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 20 Oct 2014 23:17:44 -0700 Subject: [PATCH] website: update docs for Heorku change --- .../source/docs/providers/heroku/r/app.html.markdown | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/website/source/docs/providers/heroku/r/app.html.markdown b/website/source/docs/providers/heroku/r/app.html.markdown index ee34649c1..2374b2dda 100644 --- a/website/source/docs/providers/heroku/r/app.html.markdown +++ b/website/source/docs/providers/heroku/r/app.html.markdown @@ -36,10 +36,15 @@ The following arguments are supported: variables, but rather variables you want present. That is, other configuration variables set externally won't be removed by Terraform if they aren't present in this list. -* `organization` - (Optional) The organization name to create the application - under. You must have the correct permissions for this organization on Heroku to - create new applications inside an organization. +* `organization` - (Optional) A block that can be specified once to define + organization settings for this app. The fields for this block are + documented below. +The `organization` block supports: + +* `name` (string) - The name of the organization. +* `locked` (boolean) +* `personal` (boolean) ## Attributes Reference