The Scalr provider configurations feature securely passes credentials to Terraform runs. Manage GCP credentials through Terraform with the Scalr provider.
resource "scalr_provider_configuration" "google" { name = "google_main" account_id = "acc-12345678" google { project = "my-project" credentials = "my-credentials" } }