From ddc30b6546a91048218638c1a0e81bfb58545fc5 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 4 Oct 2018 14:22:27 -0500 Subject: [PATCH] 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. --- website/docs/backends/types/swift.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/backends/types/swift.html.md b/website/docs/backends/types/swift.html.md index b89702ca3..afcd9fff7 100644 --- a/website/docs/backends/types/swift.html.md +++ b/website/docs/backends/types/swift.html.md @@ -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.