-
Notifications
You must be signed in to change notification settings - Fork 632
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
Incomplete import of Zero Trust entities #4475
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
Your version of Terraform is out of date! The latest version
is 1.9.8.
Affected resource(s)
Terraform configuration files
Link to debug output
not needed
Panic output
No response
Expected output
No changes.
Actual output
cloudflare_zero_trust_device_profiles.default will be updated in-place
~ resource "cloudflare_zero_trust_device_profiles" "default" {
+ description = "Default policy"
id = "id"
+ name = "default"
+ precedence = 1
+ tunnel_protocol = "wireguard"
Steps to reproduce
terraform import cloudflare_zero_trust_device_profiles.default <account_id>/default
terraform import cloudflare_zero_trust_tunnel_cloudflared.tunnel <account_id>/<tunnel_id>
terraform import cloudflare_zero_trust_tunnel_cloudflared_config.tunnel_config <account_id>/<tunnel_id>
Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: