Conversation
👋 Thanks for opening a pull request!If you are new, please check out the deployment process to understand how to deploy this pull request. A trimmed down summary will be listed below:
|
|
.deploy |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to production (branch: You can watch the progress here 🔗 Details{
"type": "branch",
"environment": {
"name": "production",
"url": null
},
"deployment": {
"timestamp": "2026-02-20T22:49:00.175Z",
"logs": "https://github.com/the-hideout/cloudflare/actions/runs/22244246906"
},
"git": {
"branch": "Fix-railway-dns",
"commit": "0db180adc65afd82918332f4a49145debc7aec26",
"verified": true,
"committer": "web-flow",
"html_url": "https://github.com/the-hideout/cloudflare/commit/0db180adc65afd82918332f4a49145debc7aec26"
},
"context": {
"actor": "Razzmatazzz",
"noop": false,
"fork": false,
"comment": {
"created_at": "2026-02-20T22:48:41Z",
"updated_at": "2026-02-20T22:48:41Z",
"body": ".deploy",
"html_url": "https://github.com/the-hideout/cloudflare/pull/99#issuecomment-3937518074"
}
},
"parameters": {
"raw": null,
"parsed": null
}
} |
Deployment Results ✅Razzmatazzz successfully branch deployed branch Show ResultsNote: Objects have changed outside of Terraform
Terraform detected the following changes made outside of Terraform since the
last "terraform apply":
# cloudflare_ruleset.security_response_headers has changed
~ resource "cloudflare_ruleset" "security_response_headers" {
id = "99896b7130154c279bd0dd1d94f109ec"
name = "Security Response Headers"
# (4 unchanged attributes hidden)
+ rules {
+ action = "rewrite"
+ description = "Set API CORS Headers"
+ enabled = true
+ expression = "(http.request.full_uri wildcard \"https://api.tarkov.dev/graphql\")"
+ id = "9a3d12c0bc2440f0a607bd30c7bd0a90"
+ action_parameters {
+ automatic_https_rewrites = false
+ bic = false
+ cache = false
+ cookie_fields = []
+ disable_apps = false
+ disable_railgun = false
+ disable_zaraz = false
+ email_obfuscation = false
+ hotlink_protection = false
+ increment = 0
+ mirage = false
+ opportunistic_encryption = false
+ origin_error_page_passthru = false
+ phases = []
+ products = []
+ request_fields = []
+ respect_strong_etags = false
+ response_fields = []
+ rocket_loader = false
+ rules = {}
+ rulesets = []
+ server_side_excludes = false
+ status_code = 0
+ sxg = false
+ headers {
+ name = "Access-Control-Allow-Origin"
+ operation = "set"
+ value = "*"
}
}
}
+ rules {
+ action = "rewrite"
+ description = "SVG Maps CORS"
+ enabled = true
+ expression = "(http.request.full_uri wildcard \"https://assets.tarkov.dev/maps/svg/*\")"
+ id = "8d993f1fbfbd433587df8871c3b2d1a8"
+ action_parameters {
+ automatic_https_rewrites = false
+ bic = false
+ cache = false
+ cookie_fields = []
+ disable_apps = false
+ disable_railgun = false
+ disable_zaraz = false
+ email_obfuscation = false
+ hotlink_protection = false
+ increment = 0
+ mirage = false
+ opportunistic_encryption = false
+ origin_error_page_passthru = false
+ phases = []
+ products = []
+ request_fields = []
+ respect_strong_etags = false
+ response_fields = []
+ rocket_loader = false
+ rules = {}
+ rulesets = []
+ server_side_excludes = false
+ status_code = 0
+ sxg = false
+ headers {
+ name = "Access-Control-Allow-Origin"
+ operation = "set"
+ value = "*"
}
}
}
# (2 unchanged blocks hidden)
}
Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.
─────────────────────────────────────────────────────────────────────────────
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# cloudflare_record.socket will be updated in-place
~ resource "cloudflare_record" "socket" {
+ allow_overwrite = false
id = "5fe2cfccd163bec91078f7c40ebd5fb2"
name = "socket"
~ value = "sxzwu785.up.railway.app" -> "tarkov-socket-server-production.up.railway.app"
# (9 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# cloudflare_ruleset.security_response_headers will be updated in-place
~ resource "cloudflare_ruleset" "security_response_headers" {
id = "99896b7130154c279bd0dd1d94f109ec"
name = "Security Response Headers"
# (4 unchanged attributes hidden)
- rules {
- action = "rewrite" -> null
- description = "Set API CORS Headers" -> null
- enabled = true -> null
- expression = "(http.request.full_uri wildcard \"https://api.tarkov.dev/graphql\")" -> null
- id = "9a3d12c0bc2440f0a607bd30c7bd0a90" -> null
- action_parameters {
- automatic_https_rewrites = false -> null
- bic = false -> null
- cache = false -> null
- cookie_fields = [] -> null
- disable_apps = false -> null
- disable_railgun = false -> null
- disable_zaraz = false -> null
- email_obfuscation = false -> null
- hotlink_protection = false -> null
- increment = 0 -> null
- mirage = false -> null
- opportunistic_encryption = false -> null
- origin_error_page_passthru = false -> null
- phases = [] -> null
- products = [] -> null
- request_fields = [] -> null
- respect_strong_etags = false -> null
- response_fields = [] -> null
- rocket_loader = false -> null
- rules = {} -> null
- rulesets = [] -> null
- server_side_excludes = false -> null
- status_code = 0 -> null
- sxg = false -> null
- headers {
- name = "Access-Control-Allow-Origin" -> null
- operation = "set" -> null
- value = "*" -> null
}
}
}
- rules {
- action = "rewrite" -> null
- description = "SVG Maps CORS" -> null
- enabled = true -> null
- expression = "(http.request.full_uri wildcard \"https://assets.tarkov.dev/maps/svg/*\")" -> null
- id = "8d993f1fbfbd433587df8871c3b2d1a8" -> null
- action_parameters {
- automatic_https_rewrites = false -> null
- bic = false -> null
- cache = false -> null
- cookie_fields = [] -> null
- disable_apps = false -> null
- disable_railgun = false -> null
- disable_zaraz = false -> null
- email_obfuscation = false -> null
- hotlink_protection = false -> null
- increment = 0 -> null
- mirage = false -> null
- opportunistic_encryption = false -> null
- origin_error_page_passthru = false -> null
- phases = [] -> null
- products = [] -> null
- request_fields = [] -> null
- respect_strong_etags = false -> null
- response_fields = [] -> null
- rocket_loader = false -> null
- rules = {} -> null
- rulesets = [] -> null
- server_side_excludes = false -> null
- status_code = 0 -> null
- sxg = false -> null
- headers {
- name = "Access-Control-Allow-Origin" -> null
- operation = "set" -> null
- value = "*" -> null
}
}
}
# (2 unchanged blocks hidden)
}
# cloudflare_zone_settings_override.tarkov_dev will be updated in-place
~ resource "cloudflare_zone_settings_override" "tarkov_dev" {
id = "a17204c79af55fcf05e4975f66e2490e"
# (6 unchanged attributes hidden)
~ settings {
# (51 unchanged attributes hidden)
~ minify {
~ css = "off" -> "on"
~ html = "off" -> "on"
~ js = "off" -> "on"
}
# (2 unchanged blocks hidden)
}
}
Plan: 0 to add, 3 to change, 0 to destroy.
cloudflare_record.socket: Modifying... [id=5fe2cfccd163bec91078f7c40ebd5fb2]
cloudflare_zone_settings_override.tarkov_dev: Modifying... [id=a17204c79af55fcf05e4975f66e2490e]
cloudflare_ruleset.security_response_headers: Modifying... [id=99896b7130154c279bd0dd1d94f109ec]
cloudflare_record.socket: Modifications complete after 2s [id=5fe2cfccd163bec91078f7c40ebd5fb2]
cloudflare_ruleset.security_response_headers: Modifications complete after 3s [id=99896b7130154c279bd0dd1d94f109ec]
cloudflare_zone_settings_override.tarkov_dev: Modifications complete after 4s [id=a17204c79af55fcf05e4975f66e2490e]
Apply complete! Resources: 0 added, 3 changed, 0 destroyed.
|
|
.deploy main |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to production (branch: You can watch the progress here 🔗 Details{
"type": "branch",
"environment": {
"name": "production",
"url": null
},
"deployment": {
"timestamp": "2026-02-20T22:54:18.716Z",
"logs": "https://github.com/the-hideout/cloudflare/actions/runs/22244383587"
},
"git": {
"branch": "main",
"commit": "c3d15fc9c9c3b2f8cd4f27b5cce752d3978b94c4",
"verified": true,
"committer": "web-flow",
"html_url": "https://github.com/the-hideout/cloudflare/commit/c3d15fc9c9c3b2f8cd4f27b5cce752d3978b94c4"
},
"context": {
"actor": "Razzmatazzz",
"noop": false,
"fork": false,
"comment": {
"created_at": "2026-02-20T22:54:03Z",
"updated_at": "2026-02-20T22:54:03Z",
"body": ".deploy main",
"html_url": "https://github.com/the-hideout/cloudflare/pull/99#issuecomment-3937532544"
}
},
"parameters": {
"raw": null,
"parsed": null
}
} |
Deployment Results ❌Razzmatazzz your branch deployment of Show ResultsError: error finding page rule "8965e35400084b17c7139d0edcfbdf01": could not read response body: unexpected EOF
with cloudflare_page_rule.data_json,
on page_rules.tf line 62, in resource "cloudflare_page_rule" "data_json":
62: resource "cloudflare_page_rule" "data_json" {
::error::Terraform exited with code 1.
|
No description provided.