Skip to content

Commit c3915e8

Browse files
markjmillerkorinne
andauthored
Update src/content/docs/workers/platform/infrastructure-as-code.mdx
Co-authored-by: korinne <[email protected]>
1 parent dc5ae53 commit c3915e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/platform/infrastructure-as-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "cloudflare_workers_script" "my-hello-world-script" {
4949
script_name = "my-hello-world-script"
5050
main_module = "my-hello-world-script.mjs"
5151
content = trimspace(file("my-hello-world-script.mjs"))
52-
compatibility_date = "2025-06-19"
52+
compatibility_date = "$today"
5353
bindings = [{
5454
name = "MESSAGE"
5555
type = "plain_text"

0 commit comments

Comments
 (0)