website: backend/swift add docs link for expire_after

Provide a link to the OpenStack Swift docs for the object expiration
feature that is used by the `expire_after` field.
This commit is contained in:
Doug Goldstein 2018-10-04 14:22:27 -05:00
parent b31aab4469
commit ddc30b6546
No known key found for this signature in database
GPG Key ID: C88CD4C6DF24365D
1 changed files with 1 additions and 1 deletions

View File

@ -106,4 +106,4 @@ The following configuration options are supported:
Swift [object versioning](https://docs.openstack.org/developer/swift/latest/overview_object_versioning.html) is enabled on the container created at `path`.
* `expire_after` - (Optional) How long should the `terraform.tfstate` created at `container`
be retained for? Supported durations: `m` - Minutes, `h` - Hours, `d` - Days.
be retained for? If specified, Swift [expiring object support](https://docs.openstack.org/developer/swift/latest/overview_expiring_objects.html) is enabled on the state. Supported durations: `m` - Minutes, `h` - Hours, `d` - Days.