# This is where you put your provider declaration. Here are some examples: # # provider “aws” { # region = “<%= ENV || 'us-east-1' %>” # } # # Docs: www.terraform.io/docs/providers/aws/index.html # # provider “google” { # project = “REPLACE_ME” # region = “us-central1” # update to your region # zone = “us-central1-a” # update to your zone # } # # Docs: www.terraform.io/docs/providers/google/index.html #