{"id":15861791,"url":"https://github.com/drfaust92/terraform-grafana-stackdriver-module","last_synced_at":"2025-08-03T06:09:03.719Z","repository":{"id":49963655,"uuid":"361523705","full_name":"DrFaust92/terraform-grafana-stackdriver-module","owner":"DrFaust92","description":"Terraform module which creates a Grafana Stackdriver data source with a minimal GCP service account.","archived":false,"fork":false,"pushed_at":"2021-06-07T18:04:36.000Z","size":9,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-27T04:25:59.469Z","etag":null,"topics":["gcp","google","grafana","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrFaust92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-25T19:49:52.000Z","updated_at":"2021-06-07T18:04:31.000Z","dependencies_parsed_at":"2022-09-20T23:02:09.634Z","dependency_job_id":null,"html_url":"https://github.com/DrFaust92/terraform-grafana-stackdriver-module","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrFaust92%2Fterraform-grafana-stackdriver-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrFaust92%2Fterraform-grafana-stackdriver-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrFaust92%2Fterraform-grafana-stackdriver-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrFaust92%2Fterraform-grafana-stackdriver-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrFaust92","download_url":"https://codeload.github.com/DrFaust92/terraform-grafana-stackdriver-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801635,"owners_count":20350107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gcp","google","grafana","terraform"],"created_at":"2024-10-05T22:20:25.573Z","updated_at":"2025-03-16T00:31:21.427Z","avatar_url":"https://github.com/DrFaust92.png","language":"HCL","readme":"# Terraform Grafana Stackdriver Module\n\nThis module provisions a Grafana stackdriver(GCP) data source and a GCP Service Account with minimal permissions.\n\n## Usage\n\n```terraform\nprovider \"grafana\" {\n  url  = \"SOME-URL\"\n  auth = \"SOME-TOKEN\" // dont keep this in your version control in clear text\n}\n\nprovider \"google\" {\n  project = \"SOME-PROJECT\"\n  region  = \"us-central1\"\n}\n\n\nmodule \"data_source\" {\n  source  = \"DrFaust92/stackdriver-module/grafana\"\n  version = \"\u003cVERSION\u003e\"\n\n  project            = \"some-gcp-project\"\n  service_account_id = \"some-account-id\"\n}\n\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.13 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_google\"\u003e\u003c/a\u003e [google](#provider\\_google) | n/a |\n| \u003ca name=\"provider_grafana\"\u003e\u003c/a\u003e [grafana](#provider\\_grafana) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [google_project_iam_member.data_source](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/project_iam_member) | resource |\n| [google_service_account.data_source](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_account) | resource |\n| [google_service_account_key.data_source](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_account_key) | resource |\n| [grafana_data_source.data_source](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/data_source) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_project\"\u003e\u003c/a\u003e [project](#input\\_project) | Google project to create resources in | `string` | n/a | yes |\n| \u003ca name=\"input_service_account_id\"\u003e\u003c/a\u003e [service\\_account\\_id](#input\\_service\\_account\\_id) | GCP service account name | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_grafana_data_source_id\"\u003e\u003c/a\u003e [grafana\\_data\\_source\\_id](#output\\_grafana\\_data\\_source\\_id) | Grafana data source ID |\n| \u003ca name=\"output_service_account_email\"\u003e\u003c/a\u003e [service\\_account\\_email](#output\\_service\\_account\\_email) | Google service account email |\n| \u003ca name=\"output_service_account_id\"\u003e\u003c/a\u003e [service\\_account\\_id](#output\\_service\\_account\\_id) | Google service account ID |\n| \u003ca name=\"output_service_account_name\"\u003e\u003c/a\u003e [service\\_account\\_name](#output\\_service\\_account\\_name) | Google service account name |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrfaust92%2Fterraform-grafana-stackdriver-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrfaust92%2Fterraform-grafana-stackdriver-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrfaust92%2Fterraform-grafana-stackdriver-module/lists"}