Confirmation
cf-terraforming version
0.24.0
Expected outcome
When exporting cloudflare_access_application objects, the exported objects should only contain attributes (e.g. policies) from those objects.
Actual outcome
When exporting cloudflare_access_application objects, the exported objects contain attributes (e.g. policies) that belong to other objects.
Steps to reproduce
- Run
cf-terraforming generate --terraform-binary-path /opt/homebrew/bin/terraform --token $CLOUDFLARE_API_TOKEN -a $ACCOUNT_ID --resource-type cloudflare_access_application > applications.tf
- Look at the generated
applications.tf file, and see how many objects refer to the wrong policies, that actually belong to other objects.
References
I'm using the cloudflare provider v4.52.0 and terraform v1.9.8.