From 8b45abc1b25b68086e1388614a3f02aa924a527c Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Tue, 14 Oct 2014 15:50:10 -0500 Subject: [PATCH] document the organization field --- website/source/docs/providers/heroku/r/app.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/providers/heroku/r/app.html.markdown b/website/source/docs/providers/heroku/r/app.html.markdown index c0de44d604..ee34649c18 100644 --- a/website/source/docs/providers/heroku/r/app.html.markdown +++ b/website/source/docs/providers/heroku/r/app.html.markdown @@ -36,6 +36,10 @@ 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. + ## Attributes Reference