Sha256: 4839cd262fb972bc8e9df7f563ea81adb5a46e5e4eac7eb0f8dbeb4b585c15d2
Contents?: true
Size: 567 Bytes
Versions: 16
Compression:
Stored size: 567 Bytes
Contents
# Instead of using provider, probably better to use environment variables in your shell. # IE: Put this in your ~/.bash_profile: # # export GOOGLE_APPLICATION_CREDENTIALS=~/.google/credentials.json # export GOOGLE_PROJECT=$(cat ~/.google/credentials.json | jq -r '.project_id') # # Here's an example of the google provider anyway also. # # provider "google" { # project = "REPLACE_ME" # region = "us-central1" # update to your region # zone = "us-central1-a" # update to your zone # } # # Docs: https://www.terraform.io/docs/providers/google/index.html #
Version data entries
16 entries across 16 versions & 1 rubygems