Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorkGroupConfiguration field can only be used for Create stack operations and not Update stack Operations. #40

Open
cmihran opened this issue Feb 3, 2022 · 1 comment
Assignees

Comments

@cmihran
Copy link
Contributor

cmihran commented Feb 3, 2022

Currently WorkGroupConfiguration is used for create operations, and WorkGroupConfigurationUpdates is used for update stack operations. This is really confusing for customers and does not follow how you would expect a CFN resource to behave.

Planned fix: Release an update such that WorkGroupConfiguration can be used in both create and update operations, and deprecate WorkGroupConfigurationUpdates. Ideally do so in a way that won't break existing templates.

I will keep this issue open as a way to track progress on this update.

@mgmarino
Copy link

mgmarino commented May 9, 2022

It looks like this is live? Anyways, cfn-linter now complains about WorkGroupConfigurationUpdates and the docs have been updated.

E3002 Invalid Property Resources/Workgroup/Properties/WorkGroupConfigurationUpdates
ops/stack/data-export-stack.yaml:43:7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants