mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
website: update docs for Heorku change
This commit is contained in:
parent
8dcc4e3269
commit
afec1e907b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user