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
My issue isn't already found on the issue tracker.
I have replicated my issue using the latest version of the library and it is still present.
cf-terraforming version
cf-terraforming 0.17.0
Expected outcome
Generate valid code that Terraform can apply
Actual outcome
╷│ Error: It is not possible to change Visitor IP settings for this zone. (1025), log_to_cloudflare cannot be modified for this zone (1057), filter_logs_to_cloudflare cannot be modified for this zone (1057), It is not possible to change Orange To Orange settings for this zone. (1024)│ │ with cloudflare_zone_settings_override.terraform_managed_resource_...,│ on zone_settings.tf line 1, in resource "cloudflare_zone_settings_override" "terraform_managed_resource_...":│ 1: resource "cloudflare_zone_settings_override" "terraform_managed_resource_..." {│ ╵
cloudflare_zone_settings_override really shouldn't be imported/generated despite their presence here. the way the resource is built has long standing issues and we're attempting to replace it. you're better off creating this resource by hand and only overriding the settings you know have changed to avoid these traps.
those error messages also look like entitlement/subscription issues 🤔 have you confirmed that side is all good?
I'm using the block generated by cf-terraforming here, no changes there - hopefully the zone is entitled to what it's already using 😁 (more seriously, I suspect terraform is trying to "apply" the change, as this resource couldn't be imported - which triggers the entitlements checks regardless of the values)
Got it - I'll remove most settings from this generated block, 👍 . (May it be worth adding a comment in the auto generated block to warn users?)
Confirmation
cf-terraforming version
cf-terraforming 0.17.0
Expected outcome
Generate valid code that Terraform can apply
Actual outcome
Generated code (snipped):
Steps to reproduce
References
No response
The text was updated successfully, but these errors were encountered: