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