mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
fix tags.tfvars pathname
This commit is contained in:
parent
0e69066aad
commit
6ed7bda678
2 changed files with 6 additions and 2 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue