terraform fmt

This commit is contained in:
41666 2020-12-06 18:07:44 -05:00
parent ed1db4d899
commit 146269944a
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ terraform {
}
backend "gcs" {
bucket = "roleypoly-tfstate"
bucket = "roleypoly-tfstate"
}
}

View file

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