stackdriver-module
DrFaust92/stackdriver-module/grafana
Terraform module which creates a Grafana Stackdriver data source with a minimal GCP service account.
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
| Name | Type | Description | Default |
|---|---|---|---|
| service_account_id | string | GCP service account name | required |
| project | string | Google project to create resources in | required |
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,