Skip to content

Conversation

santihernandezc
Copy link
Contributor

@santihernandezc santihernandezc commented Aug 27, 2025

When creating alert rules using the UI, we allow for repeated alert rule names.
The Terraform provider should also allow users to define multiple alert rules with the same name.

Fixes #2275

@santihernandezc santihernandezc requested review from a team as code owners August 27, 2025 10:04
Copy link
Contributor

In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically.
To do so, a Grafana Labs employee must trigger the cloud acceptance tests workflow manually.

@santihernandezc santihernandezc merged commit d79b35b into main Aug 27, 2025
34 of 35 checks passed
@santihernandezc santihernandezc deleted the santihernandezc/allow_repeated_alert_names branch August 27, 2025 13:34
heliapb pushed a commit to heliapb/terraform-provider-grafana that referenced this pull request Aug 28, 2025
* Alerting: Allow duplicated alert rule names

* update test

* update Grafana version in test

Signed-off-by: Hélia Barroso <[email protected]>
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

Successfully merging this pull request may close these issues.

Rules with the same name are permitted by the API, but not the terraform provider
2 participants