You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR
I believe I have found a bug affecting the cloudflare_zone_settings_override resource. Whenever applying that resource, apply fails with Error: invalid zone setting "image_resizing" (value: ) found - cannot be set as it is read only.
Apply completes successfully without trying to overwrite the image_resizing.
Actual Behavior
Apply fails with
Error: invalid zone setting "image_resizing" (value: ) found - cannot be set as it is read only
Steps to Reproduce
Run terraform apply on this code with the above mentioned versions.
Important Factoids
I'm trying to run this on a zone in an Enterprise plan, so that shouldn't be an issue.
Possible solutions?
Aside from removing the image_resizingblock from resource_cloudflare_zone_settings_override.go, I have no ideas.
I thought that the Cloudflare API had recently made that read-only, but it doesn't look like it according to the API docs. And it does not look like a permissions issue in my setup, I have the zone_settings:edit permission mentioned in the API doc.
Any help on this one ?
The text was updated successfully, but these errors were encountered:
Hi there !
TL;DR
I believe I have found a bug affecting the
cloudflare_zone_settings_override
resource. Whenever applying that resource, apply fails withError: invalid zone setting "image_resizing" (value: ) found - cannot be set as it is read only
.Terraform Version
v0.12.29
v2.11.0
Affected Resource(s)
cloudflare_zone_settings_override
Terraform Configuration Files
Expected Behavior
Apply completes successfully without trying to overwrite the
image_resizing
.Actual Behavior
Apply fails with
Steps to Reproduce
Run
terraform apply
on this code with the above mentioned versions.Important Factoids
I'm trying to run this on a zone in an Enterprise plan, so that shouldn't be an issue.
Possible solutions?
Aside from removing the
image_resizing
block fromresource_cloudflare_zone_settings_override.go
, I have no ideas.I thought that the Cloudflare API had recently made that read-only, but it doesn't look like it according to the API docs. And it does not look like a permissions issue in my setup, I have the
zone_settings:edit
permission mentioned in the API doc.Any help on this one ?
The text was updated successfully, but these errors were encountered: