-
Notifications
You must be signed in to change notification settings - Fork 272
Open
Description
Terraform Version
No response
Terraform Grafana Provider Version
4.14.0
Grafana Version
Cloud
Affected Resource(s)
- grafana_oncall_integration
Terraform Configuration Files
resource "grafana_oncall_integration" "integration" {
provider = grafana.oncall
name = "My Integration"
description = "My Integration Description"
}Expected Behavior
The integration setting in the Grafana UI (Cloud) has a "Integration Description" along side the "Integration Name" the field should be exposed via the API and the Terraform module. (Ideally it should be used as a tool-tip or similar throughout the UI)
Actual Behavior
The integration setting in the Grafana UI (Cloud) has a "Integration Description" along side the "Integration Name" however the description field is not exposed via the API or in the Terraform module.
Steps to Reproduce
No response
Important Factoids
No response
References
No response
trnubo
Metadata
Metadata
Assignees
Labels
No labels