We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5ae53 commit c3915e8Copy full SHA for c3915e8
src/content/docs/workers/platform/infrastructure-as-code.mdx
@@ -49,7 +49,7 @@ resource "cloudflare_workers_script" "my-hello-world-script" {
49
script_name = "my-hello-world-script"
50
main_module = "my-hello-world-script.mjs"
51
content = trimspace(file("my-hello-world-script.mjs"))
52
- compatibility_date = "2025-06-19"
+ compatibility_date = "$today"
53
bindings = [{
54
name = "MESSAGE"
55
type = "plain_text"
0 commit comments