rancher_environment: member documentation details

This commit is contained in:
Raphaël Pinson 2017-05-18 15:22:48 +02:00
parent 87b502d5cf
commit d0e5ee0a27
No known key found for this signature in database
GPG Key ID: DF0A493B74BF771E
1 changed files with 10 additions and 1 deletions

View File

@ -40,7 +40,16 @@ The following arguments are supported:
* `name` - (Required) The name of the environment.
* `description` - (Optional) An environment description.
* `orchestration` - (Optional) Must be one of **cattle**, **swarm**, **mesos** or **kubernetes**. Defaults to **cattle**.
* `member` - (Optional) Members to add to the environment. Each member has `external_id`, `external_id_type` and `role` values.
* `member` - (Optional) Members to add to the environment.
### Member Parameters Reference
A `member` takes three parameters:
* `external_id` - (Required) The external ID of the member.
* `external_id_type` - (Required) The external ID type of the member.
* `role` - (Required) The role of the member in the environment.
## Attributes Reference