pulumi-grafana icon indicating copy to clipboard operation
pulumi-grafana copied to clipboard

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

Open urianawu opened this issue 6 months ago • 0 comments

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.

urianawu avatar Jul 29 '24 22:07 urianawu