From 8638589f4be06ae9eb87e373dd3b5b9d62ec0bfc Mon Sep 17 00:00:00 2001 From: Bill Hood Date: Wed, 13 May 2020 20:46:49 -0400 Subject: [PATCH 1/2] project="level-totality-277022" --- variables.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index dc6b471..4e77464 100644 --- a/variables.tf +++ b/variables.tf @@ -79,5 +79,6 @@ variable "location" { variable "project" { type = string description = "Project where DialogFlow bot and fulfillment Cloud Function are deployed" - default = "bhood-214523" + default = "level-totality-277022" + #default = "bhood-214523" } From 434b47141aed2a14ffb1d70ae982061c7fc4382b Mon Sep 17 00:00:00 2001 From: Bill Hood Date: Wed, 13 May 2020 20:48:29 -0400 Subject: [PATCH 2/2] #credentials = file("account.json") --- provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.tf b/provider.tf index 25c6de0..28bf87a 100644 --- a/provider.tf +++ b/provider.tf @@ -1,5 +1,5 @@ provider "google" { - credentials = file("account.json") + #credentials = file("account.json") project = var.project region = var.location #zone = "us-east1-c"