fix tags.tfvars pathname

This commit is contained in:
41666 2020-12-06 22:57:43 -05:00
parent 0e69066aad
commit 6ed7bda678
2 changed files with 6 additions and 2 deletions

View file

@ -43,7 +43,7 @@ variable "api_public_uri" {
variable "api_path_to_worker" {
type = string
description = "Path to worker JS, relative to this file/terraform folder."
default = "../worker/script.js"
default = "worker-dist/backend-worker.js"
}
variable "root_users" {