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

Updating the example for current software versions #325

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2021

  1. Updating for Terraform 0.14

    Kelly Hair committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    08a38f7 View commit details
    Browse the repository at this point in the history
  2. Updated readme:

    * Use of Ubuntu 20.04 LTS (update from 16.04 LTS)
    * Either Vault OSS or Enterprise > 1.0.0  can be used
    * Updated vault init to "vault operator init" vs. older "vault init"
    * Updated output for "vault operator init" & "vault status"
    Kelly Hair committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a362c80 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Clean up

    Returning to a default of all three instances in a single AZ
    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    1651113 View commit details
    Browse the repository at this point in the history
  2. Added .terraform.lock.hcl to .gitignore

    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    68ba06d View commit details
    Browse the repository at this point in the history
  3. Cleaned up variables.tf

    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    06d1608 View commit details
    Browse the repository at this point in the history
  4. Removed lock file before adding PR

    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    b5f28e4 View commit details
    Browse the repository at this point in the history
  5. Cleaning up .gitignore to remove lock files

    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    02ba34b View commit details
    Browse the repository at this point in the history
  6. removing lock from git cache as well

    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    991ebe9 View commit details
    Browse the repository at this point in the history
  7. Clean up

    Removed white space in .gitignore
    Reverted to /24 subnet /16 as a single zone is used in the example
    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    fd80c54 View commit details
    Browse the repository at this point in the history
  8. Added/update versions.tf to Terraform 0.13

    Tested with v0.13.0 & v0.14.8
    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    fdbe333 View commit details
    Browse the repository at this point in the history
  9. Removed comments & incorrect numbering in README

    Kelly Hair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    2170326 View commit details
    Browse the repository at this point in the history