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

Version Path
terraspace_plugin_google-0.5.0 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.4.2 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.4.1 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.4.0 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.3.5 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.3.4 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.3.3 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.3.2 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.3.1 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.3.0 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.2.2 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.2.1 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.2.0 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.1.1 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.1.0 lib/templates/hcl/project/config/terraform/provider.tf
terraspace_plugin_google-0.0.0 lib/templates/hcl/project/config/templates/provider.tf