hashicorp / terraform-provider-googleworkspace

Terraform Provider for Google Workspace

Home Page:https://registry.terraform.io/providers/hashicorp/googleworkspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Set service_account option with env var

tgoodsell-tempus opened this issue · comments

I'd like the ability to set the service_account provider configuration with an ENV var, since we're able to set the corresponding access_token option with an ENV var as well.

Terraform Version

N/A

Affected Resource(s)

Provider Config

Terraform Configuration Files

provider "googleworkspace" {
  service_account = "workspace-admin@fakeproject.iam.gserviceaccount.com"
}

Replaces the need to do the above.