Skip to content

Commit 9d32d45

Browse files
Merge pull request #5931 from cloudflare/vaishak/fix-zone-setting
fix: zone setting failing test
2 parents 8f4b2bb + 1adfcc1 commit 9d32d45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/services/zone_setting/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
)
@@ -45,7 +44,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
4544
"editable": schema.BoolAttribute{
4645
Description: "Whether or not this setting can be modified for this zone (based on your Cloudflare plan level).",
4746
Computed: true,
48-
Default: booldefault.StaticBool(true),
4947
},
5048
"modified_on": schema.StringAttribute{
5149
Description: "last time this setting was modified.",

0 commit comments

Comments
 (0)