Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backend/swift docs #19007

Merged
merged 6 commits into from Nov 8, 2018
Merged

Commits on Nov 7, 2018

  1. website: update deprecated backend/swift docs

    Update the examples and docs to not directly reference deprecated
    fields.
    cardoe committed Nov 7, 2018
    Copy the full SHA
    027b107 View commit details
    Browse the repository at this point in the history
  2. website: fix backend/swift links to Swift docs

    The links to the OpenStack Swift documentation were broken due to
    changes on the OpenStack website.
    cardoe committed Nov 7, 2018
    Copy the full SHA
    b31aab4 View commit details
    Browse the repository at this point in the history
  3. 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.
    cardoe committed Nov 7, 2018
    Copy the full SHA
    ddc30b6 View commit details
    Browse the repository at this point in the history
  4. 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 hashicorp#19005
    cardoe committed Nov 7, 2018
    Copy the full SHA
    58cb47d View commit details
    Browse the repository at this point in the history
  5. website: update backend/swift examples to use versioning

    Since object versioning is a best practice the docs should have all the
    examples containing it by default.
    cardoe committed Nov 7, 2018
    Copy the full SHA
    817be7b View commit details
    Browse the repository at this point in the history
  6. docs: add warning to backend/swift about auto-expire

    If the user uses the auto-expire value in the backend/swift settings
    then swift will automatically delete their Statefile which is likely
    something the user doesn't want given how Terraform works.
    tombuildsstuff authored and cardoe committed Nov 7, 2018
    Copy the full SHA
    49c42b9 View commit details
    Browse the repository at this point in the history