website: backend/swift fix bad link for object versioning

The displayed link said `expire_after` but really is a link to
`archive_container` so update the link to read the right data.
fixes #19005
This commit is contained in:
Doug Goldstein 2018-10-04 14:25:15 -05:00
parent ddc30b6546
commit 58cb47d108
No known key found for this signature in database
GPG Key ID: C88CD4C6DF24365D
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ description: |-
Stores the state as an artifact in [Swift](http://docs.openstack.org/developer/swift/latest/).
~> Warning! It is highly recommended that you enable [Object Versioning](https://docs.openstack.org/developer/swift/latest/overview_object_versioning.html) by setting the [`expire_after`](https://www.terraform.io/docs/backends/types/swift.html#archive_container) configuration. This allows for state recovery in the case of accidental deletions and human error.
~> Warning! It is highly recommended that you enable [Object Versioning](https://docs.openstack.org/developer/swift/latest/overview_object_versioning.html) by setting the [`archive_container`](https://www.terraform.io/docs/backends/types/swift.html#archive_container) configuration. This allows for state recovery in the case of accidental deletions and human error.
## Example Configuration