Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource cloudflare_zone_settings_override not importable #377

Closed
pjmpsu opened this issue Jun 12, 2019 · 5 comments
Closed

Resource cloudflare_zone_settings_override not importable #377

pjmpsu opened this issue Jun 12, 2019 · 5 comments
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@pjmpsu
Copy link

pjmpsu commented Jun 12, 2019

Terraform Version

Terraform v0.12.1

  • provider.cloudflare v1.15.0

Affected Resource(s)

cloudflare_zone_settings_override

Debug Output

terraform import -allow-missing-config cloudflare_zone_settings_override.example abc123
cloudflare_zone_settings_override.example: Importing from ID "abc123"...

Error: resource cloudflare_zone_settings_override doesn't support import

Expected Behavior

It should import successfully.

@jacobbednarz
Copy link
Member

jacobbednarz commented Jul 14, 2020

I'm on the fence about this as the cloudflare_zone_settings_override isn't intended (as is) to manage all the zone settings available in a subscription; instead, it is meant to be for overriding the existing default configurations with your changes. This does, however, clash with the intent of managing all infrastructure as code via Terraform.

Something for the longer term, but perhaps the resource name and purpose needs to be changed to reflect being able to manage all settings and not just overriding defaults. I would entertain that discussion for 3.x milestone.

@jacobbednarz jacobbednarz added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Oct 20, 2020
@billinghamj
Copy link

@jacobbednarz so what is the intended way to manage all the zone settings?

@jacobbednarz
Copy link
Member

Closing this off as we won't be making cloudflare_zone_settings_override importable and any changes to manage all settings will likely be in a new resource.

@cofyc
Copy link

cofyc commented Jan 4, 2022

Closing this off as we won't be making cloudflare_zone_settings_override importable and any changes to manage all settings will likely be in a new resource.

Out of curiosity, when will this new resource be available?

@gerbyzation
Copy link

@jacobbednarz

Something for the longer term, but perhaps the resource name and purpose needs to be changed to reflect being able to manage all settings and not just overriding defaults. I would entertain that discussion for 3.x milestone.

The provider is on version 4 now, but this doesn't seem to have changed. What are the prospects of having better support for these settings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

5 participants