Skip to content

Commit dded442

Browse files
committed
fix: remove workers_for_platforms_dispatch_namespace default value for 'trusted_workers'
1 parent cda1128 commit dded442

File tree

1 file changed

+0
-2
lines changed
  • internal/services/workers_for_platforms_dispatch_namespace

1 file changed

+0
-2
lines changed

internal/services/workers_for_platforms_dispatch_namespace/schema.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes"
99
"github.com/hashicorp/terraform-plugin-framework/resource"
1010
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
11-
"github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault"
1211
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
1312
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
1413
)
@@ -67,7 +66,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
6766
"trusted_workers": schema.BoolAttribute{
6867
Description: "Whether the Workers in the namespace are executed in a \"trusted\" manner. When a Worker is trusted, it has access to the shared caches for the zone in the Cache API, and has access to the `request.cf` object on incoming Requests. When a Worker is untrusted, caches are not shared across the zone, and `request.cf` is undefined. By default, Workers in a namespace are \"untrusted\".",
6968
Computed: true,
70-
Default: booldefault.StaticBool(false),
7169
},
7270
},
7371
}

0 commit comments

Comments
 (0)