You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
outgoing webhook created in grafana, resource saved in terraform state
Actual Behavior
outgoing webhook created in grafana, but resource is NOT saved in terraform state since provider fails with the error:
Error: POST https://oncall-prod-eu-west-0.grafana.net/oncall/api/v1/webhooks/: 400 {non_field_errors: [The fields name, organization must make a unique set.]}
with grafana_oncall_outgoing_webhook.changed,
on main.tf line 3, in resource "grafana_oncall_outgoing_webhook" "changed":
3: resource "grafana_oncall_outgoing_webhook" "changed" {
Steps to Reproduce
terraform init
terraform apply
check grafana cloud UI. Webhook has been created
provider fails, thus not saving resource to terraform state
Terraform Version
1.9.6
Terraform Grafana Provider Version
3.10.0
Grafana Version
Grafana Cloud (steady)
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
outgoing webhook created in grafana, resource saved in terraform state
Actual Behavior
outgoing webhook created in grafana, but resource is NOT saved in terraform state since provider fails with the error:
Steps to Reproduce
Important Factoids
No response
References
status change
The text was updated successfully, but these errors were encountered: