Document the `environment` attribute. (#13360)

The existence of the attribute is mentioned here already: https://www.terraform.io/docs/state/environments.html
This commit is contained in:
Ringo De Smet 2017-04-05 10:53:18 +02:00 committed by Radek Simko
parent 98623ecaed
commit 9ce2b12ec9
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ resource "aws_instance" "foo" {
The following arguments are supported:
* `backend` - (Required) The remote backend to use.
* `environment` - (Optional) The Terraform environment to use.
* `config` - (Optional) The configuration of the remote backend.
* Remote state config docs can be found [here](/docs/backends/types/atlas.html)