Skip to content

Allow update vault_version #227

@guitcastro

Description

@guitcastro

TL;DR

I am trying to update an existent cluster from vault version 1.6 to 1.19.4. However even after I forced the instance to restart the instance is running the same version.

My guess is because of this check:

# Only run the script once
if [ -f ~/.startup-script-complete ]; then
  echo "Startup script already ran, exiting"
  exit 0
fi 

Terraform Resources

Detailed design

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions