mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
remove interactions from terraform, fix deploy side configs
This commit is contained in:
parent
4d231c011e
commit
1e696c79ff
6 changed files with 34 additions and 171 deletions
|
@ -57,16 +57,10 @@ variable "api_public_uri" {
|
|||
description = "API Public Base Path"
|
||||
}
|
||||
|
||||
variable "api_path_to_worker" {
|
||||
variable "path_to_worker" {
|
||||
type = string
|
||||
description = "Path to API worker JS, relative to this file/terraform folder."
|
||||
default = "worker-dist/api.js"
|
||||
}
|
||||
|
||||
variable "interactions_path_to_worker" {
|
||||
type = string
|
||||
description = "Path to interactions worker JS, relative to this file/terraform folder."
|
||||
default = "worker-dist/interactions.js"
|
||||
default = "worker-dist/index.mjs"
|
||||
}
|
||||
|
||||
variable "root_users" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue