stackdriver-module

DrFaust92/stackdriver-module/grafana

Terraform Module HCL GRAFANA

Terraform module which creates a Grafana Stackdriver data source with a minimal GCP service account.

Install
module "stackdriver-module" {
source = "DrFaust92/stackdriver-module/grafana"
version = "1.0.2"
}
plain text: /constructs/tfmod-drfaust92-stackdriver-module-grafana/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Grafana Stackdriver Module This module provisions a Grafana stackdriver(GCP) data source and a GCP Service Account with minimal permissions. Usage ``terraform provider "grafana" { url = "SOME-URL" auth = "SOME-TOKEN" // dont keep this in your version control in clear text } provider "google" { project = "SOME-PROJECT" region = "us-central1" } module "data_source" { source = "DrFaust92/stackdriver-module/grafana" version = " " project = "some-gcp-project" service_account_id = "some-account-id" } ` Requirements | Name | Version | |------|---------| | terraform | >= 0.13 | Providers | Name | Version | |------|---------| | google | n/a | | grafana | n/a | Modules No modules. Resources | Name | Type | |------|------| | google_project_iam_member.data_source | resource | | google_servic

Inputs (2)
NameTypeDescriptionDefault
service_account_idstringGCP service account name required
projectstringGoogle project to create resources in required
Resources (4)
google_project_iam_membergoogle_service_accountgoogle_service_account_keygrafana_data_source
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.2
Cloud GRAFANA
★ Stars4
Forks3
Total downloads774
Inputs2
Resources4
NamespaceDrFaust92
Updated