Implement the 'group_by' and 'where' filters for cloudflare_notification_policy #2759
Closed
2 tasks done
Labels
kind/enhancement
Categorizes issue or PR as related to improving an existing feature.
triage/debug-log-attached
Indicates an issue or PR has a complete Terraform debug log.
Confirmation
Terraform and Cloudflare provider version
Terraform v1.5.7
on linux_amd64
Using previously-installed cloudflare/cloudflare v4.14.0
Affected resource(s)
cloudflare_notification_policy
Terraform configuration files
Link to debug output
https://gist.github.com/r-kok/a3a18e8cc5cb836c36ccc0f7379cb91f
Panic output
No response
Expected output
Actual output
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: failed to set filters: Invalid address to set: []string{"filters", "0", "group_by"}
Steps to reproduce
terraform plan
to import the resource and generate terraform code:TF_LOG=debug terraform plan -input=false -refresh=true -generate-config-out=generated.tf -detailed-exitcode -var-file=main.tfvars
Additional factoids
debug logging shows that "group_by"and "where" filters are not yet supported
References
similar to #2590
The text was updated successfully, but these errors were encountered: