Document `space`

This commit is contained in:
Bernerd Schaefer 2017-04-21 14:28:35 -07:00
parent fd98f1e0c5
commit 7dd598baac
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ 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.
* `space` - (Optional) The name of a private space to create the app in.
* `organization` - (Optional) A block that can be specified once to define
organization settings for this app. The fields for this block are
documented below.
@ -58,6 +59,7 @@ The following attributes are exported:
unique ID.
* `stack` - The application stack is what platform to run the application
in.
* `space` - The private space the app should run in.
* `region` - The region that the app should be deployed in.
* `git_url` - The Git URL for the application. This is used for
deploying new versions of the app.