Skip to content

Commit 9b89861

Browse files
markjmiller1000hz
andauthored
Update src/content/changelog/workers/2025-07-28-workers-terraform-and-sdk-improvements.mdx
Co-authored-by: Cina Saffary <[email protected]>
1 parent c329e43 commit 9b89861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/changelog/workers/2025-07-28-workers-terraform-and-sdk-improvements.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ resource "cloudflare_workers_script" "my_worker" {
8585
script_name = "my_worker"
8686
content_file = "worker.py"
8787
content_sha256 = filesha256("worker.py")
88+
content_type = "text/x-python"
8889
}
8990
```
9091

0 commit comments

Comments
 (0)