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:
parent
98623ecaed
commit
9ce2b12ec9
|
@ -31,6 +31,7 @@ resource "aws_instance" "foo" {
|
||||||
The following arguments are supported:
|
The following arguments are supported:
|
||||||
|
|
||||||
* `backend` - (Required) The remote backend to use.
|
* `backend` - (Required) The remote backend to use.
|
||||||
|
* `environment` - (Optional) The Terraform environment to use.
|
||||||
* `config` - (Optional) The configuration of the remote backend.
|
* `config` - (Optional) The configuration of the remote backend.
|
||||||
* Remote state config docs can be found [here](/docs/backends/types/atlas.html)
|
* Remote state config docs can be found [here](/docs/backends/types/atlas.html)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue