-
Notifications
You must be signed in to change notification settings - Fork 625
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
Unable to create cloudflare_device_posture_rule of type unique_client_id #2924
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
the debug logs are showing the
looks like your variable reference is incorrect/missing. |
@jacobbednarz I manually redacted it for reasons of paranoia - happy to provide it if you need it |
right - they are fine to leave in, they aren't sensitive. even if someone was to get one, there isn't anything they can do with it. can you pop it back into your logs and i'll get this to the service team to look at. |
Done, thanks!! |
When creating a posture rule of this type, a list ID should be passed into the input field like so
|
Confirmation
Terraform and Cloudflare provider version
Terraform: 1.5.2
Provider: 4.18.0
Affected resource(s)
cloudflare_device_posture_rule
Terraform configuration files
Link to debug output
https://gist.github.com/dmitriydvoryanchuk-chime/6647171fd11d322d7c91a5ca092e2df6
Panic output
No response
Expected output
Actual output
Steps to reproduce
Additional factoids
The API GET output for
/accounts/{account_id}/devices/posture
is:The output for an import attempt of an existing resource created via the UI is:
Specifying either set in the configuration still causes the same error as not specifying
input
at all.References
https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/device_posture_rule
The text was updated successfully, but these errors were encountered: