File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
internal/services/zone_setting Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 8
8
"github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes"
9
9
"github.com/hashicorp/terraform-plugin-framework/resource"
10
10
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
11
- "github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault"
12
11
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
13
12
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
14
13
)
@@ -45,7 +44,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
45
44
"editable" : schema.BoolAttribute {
46
45
Description : "Whether or not this setting can be modified for this zone (based on your Cloudflare plan level)." ,
47
46
Computed : true ,
48
- Default : booldefault .StaticBool (true ),
49
47
},
50
48
"modified_on" : schema.StringAttribute {
51
49
Description : "last time this setting was modified." ,
You can’t perform that action at this time.
0 commit comments