-
Notifications
You must be signed in to change notification settings - Fork 609
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
cloudflare_cloud_connector_rules cannot be imported due to a schema error #3930
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of This issue has been marked with |
Marking this issue as stale due to 30 days of inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the |
This issue was closed because it has been stalled for 7 days with no activity. |
Confirmation
Terraform and Cloudflare provider version
(⎈|airia-cluster-staging:default)❯ terraform -v
Terraform v1.8.5
on darwin_arm64
Affected resource(s)
cloudflare_cloud_connector_rules
Terraform configuration files
Link to debug output
None
Panic output
No response
Expected output
Terraform imports the resource into the state, which can then be modified by the Terraform resource.
Actual output
│ Error: State Write Error
│
│ An unexpected error was encountered trying to retrieve type information at
│ a given path. This is always an error in the provider. Please report the
│ following to the provider developer:
│
│ Error: AttributeName("id") still remains in the path: could not find
│ attribute or block "id" in schema
Steps to reproduce
terraform plan
Additional factoids
I can see that the
id
field is not set in schema.go: https://github.com/cloudflare/terraform-provider-cloudflare/blob/2b31cd68588ec82a373175a1d55a6d163e366a48/internal/framework/service/cloud_connector_rules/schema.goReferences
No response
The text was updated successfully, but these errors were encountered: