Skip to content

Commit

Permalink
Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev committed Mar 14, 2024
1 parent e15e4d2 commit 6f548d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/worker_script.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ resource "cloudflare_worker_script" "my_script" {
- `compatibility_date` (String) The date to use for the compatibility flag.
- `compatibility_flags` (Set of String) Compatibility flags used for Worker Scripts.
- `d1_database_binding` (Block Set) (see [below for nested schema](#nestedblock--d1_database_binding))
- `dispatch_namespace` (String) Name of the Workers for Platforms dispatch namespace.
- `kv_namespace_binding` (Block Set) (see [below for nested schema](#nestedblock--kv_namespace_binding))
- `logpush` (Boolean) Enabling allows Worker events to be sent to a defined Logpush destination.
- `module` (Boolean) Whether to upload Worker as a module.
Expand All @@ -84,6 +85,7 @@ resource "cloudflare_worker_script" "my_script" {
- `r2_bucket_binding` (Block Set) (see [below for nested schema](#nestedblock--r2_bucket_binding))
- `secret_text_binding` (Block Set) (see [below for nested schema](#nestedblock--secret_text_binding))
- `service_binding` (Block Set) (see [below for nested schema](#nestedblock--service_binding))
- `tags` (Set of String)
- `webassembly_binding` (Block Set) (see [below for nested schema](#nestedblock--webassembly_binding))

### Read-Only
Expand Down

0 comments on commit 6f548d2

Please sign in to comment.