We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c97aad commit 1adfcc1Copy full SHA for 1adfcc1
internal/services/zone_setting/schema.go
@@ -44,7 +44,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
44
"editable": schema.BoolAttribute{
45
Description: "Whether or not this setting can be modified for this zone (based on your Cloudflare plan level).",
46
Computed: true,
47
- //Default: booldefault.StaticBool(true),
48
},
49
"modified_on": schema.StringAttribute{
50
Description: "last time this setting was modified.",
0 commit comments