cf-terraforming
cf-terraforming copied to clipboard
cloudflare_access_application generates unconfigurable attribute
Confirmation
- [X] My issue isn't already found on the issue tracker.
- [X] I have replicated my issue using the latest version of the library and it is still present.
cf-terraforming version
cf-terraforming v0.6.3
Expected outcome
Be able to use Terraform resources generated for cloudflare_access_application resource type without modification.
Actual outcome
Generated resources include the aud attribute, which is an exported attribute rather than an argument according to the provider documentation.
Attempting to run terraform plan results in: Error: Value for unconfigurable attribute Can't configure a value for "aud": its value will be decided automatically based on the result of applying this configuration.
The API documentation seems to confirm this is not a value that can be set.
Steps to reproduce
- cf-terraforming generate -a
--resource-type cloudflare_access_application > test.tf - terraform plan
References
No response