quickstart-amazon-eks
quickstart-amazon-eks copied to clipboard
Failed to update existing stack: Transform [accountid]::QuickStartParameterResolver failed with: Parameter /[stackname]/hashicorp/vault/Version not found
I deployed a EKS stack with this quickstart on 08/10. I tried to update the entrypoint template today (12/10) with more outputs by updating the stack template, and was met with the following error:
Embedded stack arn:aws:cloudformation:[region]:[accountid]:stack/[stackname]-EKSStack-[ID]/[ID] was not successfully updated. Currently in UPDATE_ROLLBACK_IN_PROGRESS with reason: Transform [accountid]::QuickStartParameterResolver failed with: Parameter /[stackname]/hashicorp/vault/Version not found
Judging from the error message, it seems to caused by the changes from #205. My questions:
- Is update on an deployed stack a supported workflow? (e.g. add outputs / upgrade to a newer version of quickstart)
- Is it possible to workaround this?