Skip to content

grafana_oncall_integration resource missing description field #2422

@trnubo

Description

@trnubo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions