website: Classify remote backends as a preview release
This commit is contained in:
parent
31bd4a0d5a
commit
cf8516287e
|
@ -18,6 +18,11 @@ To use this backend you need a Terraform Enterprise account on
|
|||
[app.terraform.io](https://app.terraform.io). A future release will also allow
|
||||
use of this backend on a private instance of Terraform Enterprise.
|
||||
|
||||
-> **Preview Release**: As of Terraform 0.11.8, the remote backend is a preview
|
||||
release and we do not recommend using it with production workloads. Please
|
||||
continue to use the existing [Terraform
|
||||
Enterprise](terraform-enterprise.html) backend for production workspaces.
|
||||
|
||||
## Command Support
|
||||
|
||||
Currently the remote backend supports the following Terraform commands:
|
||||
|
@ -96,19 +101,8 @@ terraform {
|
|||
|
||||
## Example Reference
|
||||
|
||||
```hcl
|
||||
data "terraform_remote_state" "foo" {
|
||||
backend = "remote"
|
||||
|
||||
config {
|
||||
organization = "company"
|
||||
|
||||
workspaces {
|
||||
name = "my-app-prod"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
(The remote backend does not support references via `terraform_remote_state`
|
||||
yet; an example will be included once support is available.)
|
||||
|
||||
## Configuration variables
|
||||
|
||||
|
|
|
@ -8,9 +8,6 @@ description: |-
|
|||
|
||||
# terraform enterprise
|
||||
|
||||
-> **Deprecated** Please use the new enhanced [remote](/docs/backends/types/remote.html)
|
||||
backend for storing state and running remote operations in Terraform Enterprise.
|
||||
|
||||
**Kind: Standard (with no locking)**
|
||||
|
||||
Reads and writes state from a [Terraform Enterprise](/docs/enterprise/index.html)
|
||||
|
|
Loading…
Reference in New Issue