From 9eba9ca4a6e0426e88f0fe7a954ab1ffb3d655ff Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Tue, 26 Feb 2019 15:09:43 +1100 Subject: [PATCH] clean --- terraform/variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index f9d0c45..9a9b16e 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -15,11 +15,6 @@ variable "gcp_project" { default = "stemnapp" } -variable "gcp_credentials_path" { - description = "The path to the file containing credentials for accessing gcp." - default = "/stemn/credentials/development-environment.json" -} - variable "machine_region" { description = "The zone to create the machine in." default = "australia-southeast1"