-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request