Skip to content

Grafana Cloud Integrations #2191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

clementduveau
Copy link

@clementduveau clementduveau commented May 23, 2025

Hello there 👋

This is a "simple" implementation of Grafana Cloud Integrations in the Terraform provider.

Integrations don't have an OpenAPI specs (because they rely on the webclient to create the dashboards, it's a mix), nor they have a client (AFAIK). So the client relies on direct API calls for the "easy start" part.

What works and have been tested:

  • Installing integrations
  • Installing with/without alerts or logs
  • Disabling integration
  • import

What I didn't test or even tried:

  • Adding a datasource (because why ?)

What could be improved

  • Update integrations ? I guess it should be an option like always-try-update to consider than the resource needs a change, forcing the upgrade.
  • Unit tests. I tested manually everything as I didn't know how to write tests for Cloud

EDIT: tested more things

@clementduveau clementduveau requested a review from a team as a code owner May 23, 2025 17:38
@clementduveau
Copy link
Author

Solves #1917

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant