You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cloudformation stack that it updates fails in terms of the update because it is unable to delete the MyCurTable. Deleting it manually causes Terraform state to break, and the only solution I have right now is to delete the entire stack, then redeploy the entire stack -- which is not really a solution.
The text was updated successfully, but these errors were encountered:
There is a parameter CurVersion that indicates if CUR 1 is needed or not Also there is an additional parameter KeepLeacyCur to indicate if CUR1 is not used but still we do not need to delete it. If you keep thses parameters as CurVersion=1 OR KeepLegacyCur=yes it should not delete.
wonder what is the error message, why it fails to delete.
Everytime I do a terraform apply to update the CID dashboard to its newest version e.g. 4.0.4 --> 4.0.5
module "cid_dashboards" {
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards?ref=4.0.4"
}
The cloudformation stack that it updates fails in terms of the update because it is unable to delete the MyCurTable. Deleting it manually causes Terraform state to break, and the only solution I have right now is to delete the entire stack, then redeploy the entire stack -- which is not really a solution.
The text was updated successfully, but these errors were encountered: