This commit is contained in:
Jackson Delahunt 2019-02-26 15:09:43 +11:00
parent 7a3c1f22a9
commit 9eba9ca4a6

View file

@ -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"