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

Rule Group with same resource name are detected as duplicates across stacks in 0.5.1 release #189

Open
urianawu opened this issue Jul 29, 2024 · 0 comments

Comments

@urianawu
Copy link

urianawu commented Jul 29, 2024

Hello,

We recently upgraded to 0.5.1 and have encountered issues with provisioning Rule Group. We have our rules setup as such

staging <- stack
API/Staging <- folder
- api-rule-group-1 <- rule group resource name
- api-rule-group-2

prod <- stack
API/Prod <- folder
- api-rule-group-1 <- rule group resource name
- api-rule-group-2

The rule groups were provisioned without issues on 0.4.2. But we get rule group with name "api-rule-group-1" already exists error whenever we update the stack.

My understanding is that same rule group resource name is allowed if they are in different stacks, and this has been the behavior in past releases. I wonder if there's a bug introduced in 0.5.1 that broke this.

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

1 participant