mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add deprecation notices to backends
This commit is contained in:
parent
acb79a7545
commit
7941b2fbdc
@ -3,7 +3,9 @@ page_title: 'Backend Type: artifactory'
|
|||||||
description: Terraform can store state in artifactory.
|
description: Terraform can store state in artifactory.
|
||||||
---
|
---
|
||||||
|
|
||||||
# artifactory
|
# artifactory (deprecated)
|
||||||
|
|
||||||
|
~> **NOTE:** The `artifactory` backend is deprecated, and will be removed in a future Terraform release.
|
||||||
|
|
||||||
Stores the state as an artifact in a given repository in
|
Stores the state as an artifact in a given repository in
|
||||||
[Artifactory](https://www.jfrog.com/artifactory/).
|
[Artifactory](https://www.jfrog.com/artifactory/).
|
||||||
|
@ -3,7 +3,9 @@ page_title: 'Backend Type: etcd'
|
|||||||
description: Terraform can store state remotely in etcd 2.x.
|
description: Terraform can store state remotely in etcd 2.x.
|
||||||
---
|
---
|
||||||
|
|
||||||
# etcd
|
# etcd (deprecated)
|
||||||
|
|
||||||
|
~> **NOTE:** The `etcd` backend is deprecated, and will be removed in a future Terraform release.
|
||||||
|
|
||||||
Stores the state in [etcd 2.x](https://coreos.com/etcd/docs/latest/v2/README.html) at a given path.
|
Stores the state in [etcd 2.x](https://coreos.com/etcd/docs/latest/v2/README.html) at a given path.
|
||||||
|
|
||||||
|
@ -3,7 +3,9 @@ page_title: 'Backend Type: etcdv3'
|
|||||||
description: Terraform can store state remotely in etcd 3.x.
|
description: Terraform can store state remotely in etcd 3.x.
|
||||||
---
|
---
|
||||||
|
|
||||||
# etcdv3
|
# etcdv3 (deprecated)
|
||||||
|
|
||||||
|
~> **NOTE:** The `etcdv3` backend is deprecated, and will be removed in a future Terraform release.
|
||||||
|
|
||||||
Stores the state in the [etcd](https://etcd.io/) KV store with a given prefix.
|
Stores the state in the [etcd](https://etcd.io/) KV store with a given prefix.
|
||||||
|
|
||||||
|
@ -3,7 +3,9 @@ page_title: 'Backend Type: manta'
|
|||||||
description: Terraform can store state in manta.
|
description: Terraform can store state in manta.
|
||||||
---
|
---
|
||||||
|
|
||||||
# manta
|
# manta (deprecated)
|
||||||
|
|
||||||
|
~> **NOTE:** The `manta` backend is deprecated, and will be removed in a future Terraform release.
|
||||||
|
|
||||||
Stores the state as an artifact in [Manta](https://www.joyent.com/manta).
|
Stores the state as an artifact in [Manta](https://www.joyent.com/manta).
|
||||||
|
|
||||||
|
@ -3,7 +3,9 @@ page_title: 'Backend Type: swift'
|
|||||||
description: Terraform can store state remotely in Swift.
|
description: Terraform can store state remotely in Swift.
|
||||||
---
|
---
|
||||||
|
|
||||||
# swift
|
# swift (deprecated)
|
||||||
|
|
||||||
|
~> **NOTE:** The `swift` backend is deprecated, and will be removed in a future Terraform release.
|
||||||
|
|
||||||
Stores the state as an artifact in [Swift](http://docs.openstack.org/developer/swift/latest/).
|
Stores the state as an artifact in [Swift](http://docs.openstack.org/developer/swift/latest/).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user