-
Hello,
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
khushail
May 18, 2023
Replies: 2 comments
-
@mguja-fcc , The AWS CDK does not currently supports updating StackSets. however there is a workaround. You could delete the existing stackset and create a new one with the updated template. This will cause the stackset to be updated in all of the accounts and regions its is deployed to. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khushail
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mguja-fcc , The AWS CDK does not currently supports updating StackSets. however there is a workaround. You could delete the existing stackset and create a new one with the updated template. This will cause the stackset to be updated in all of the accounts and regions its is deployed to.