wandb / terraform-google-wandb

A Terraform module for deploying Weights & Biases on GCP.
Apache License 2.0
12 stars 6 forks source link

feat: Added service account name in stackdriver conf #136

Closed amanpruthi closed 1 month ago

amanpruthi commented 1 month ago

stackdriver = { install = true stackdriver = { projectId = data.google_client_config.current.project serviceAccountName = var.service_account_name } serviceAccount = { annotations = { "iam.gke.io/gcp-service-account" = module.service_accounts.monitoring_role } } }

jsbroks commented 1 month ago

This PR is included in version 3.3.0 :tada: