From 146269944a3f2081d863799882516b6799b56a29 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sun, 6 Dec 2020 18:07:44 -0500 Subject: [PATCH] terraform fmt --- terraform/providers.tf | 2 +- terraform/variables.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/providers.tf b/terraform/providers.tf index db3c654..af13c54 100644 --- a/terraform/providers.tf +++ b/terraform/providers.tf @@ -28,7 +28,7 @@ terraform { } backend "gcs" { - bucket = "roleypoly-tfstate" + bucket = "roleypoly-tfstate" } } diff --git a/terraform/variables.tf b/terraform/variables.tf index 5d4529a..8f700e2 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -41,9 +41,9 @@ variable "api_public_uri" { } variable "api_path_to_worker" { - type = string + type = string description = "Path to worker JS, relative to this file/terraform folder." - default = "../worker/script.js" + default = "../worker/script.js" } variable "root_users" {