DeviaVir / terraform-provider-gsuite

A @HashiCorp Terraform provider for managing G Suite resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loadAndValidate() should support a literal JSON argument for Credentials

lizthegrey opened this issue · comments

I don't want to check in my JSON file allowing editing of any gsuite account on my domain into visible source code. We're using Terraform Enterprise, which supports passing secrets as environment variables or as terraform variables.

Thus, it should be possible for the Credentials variables to be a literal JSON string rather than a path to a JSON file.

oh, nevermind, it does work. pathorcontents does that.