Skip to content

Unable to Import grafana_frontend_o11y_app Resources #2115

Open
@SeamusGrafana

Description

@SeamusGrafana

Terraform Version

1.11.3

Terraform Grafana Provider Version

3.22.2

Grafana Version

Cloud

Affected Resource(s)

  • grafana_frontend_o11y_app

Terraform Configuration Files

resource "grafana_frontend_o11y_app" "grafna" {
  provider        = grafana.cloud
  stack_id        = data.grafana_cloud_stack.stack.id
  name            = "Grafana"
  allowed_origins = ["https://grafana.com"]

  settings = {
    "combineLabData" : "1"
  }
}

Expected Behavior

The Docs state Import is possible, so I would expect the Resource to be Imported into Terraforms State

Actual Behavior

It Errors, saying its not Implemeneted;

Error: Resource Import Not Implemented

This resource does not support import. Please contact the provider developer
for additional information.

Steps to Reproduce

Run terraform import grafana_frontend_o11y_app.grafana "STACKID:Grafana"

Important Factoids

Docs State;

Import is supported using the following syntax:

terraform import grafana_frontend_o11y_app.name "{{ stack_id }}:{{ name }}"

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