mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
fix api.tf var refs, upgrade node action
This commit is contained in:
parent
9ae9c104ef
commit
8de34cedd8
2 changed files with 5 additions and 29 deletions
|
@ -12,7 +12,7 @@ resource "cloudflare_workers_kv_namespace" "guild_data" {
|
|||
|
||||
resource "cloudflare_worker_script" "backend" {
|
||||
name = "roleypoly-backend-${var.environment_tag}"
|
||||
content = file("${path.module}/${var.api_path_to_worker}")
|
||||
content = file("${path.module}/${var.path_to_worker}")
|
||||
|
||||
kv_namespace_binding {
|
||||
name = "KV_SESSIONS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue