You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue isn't already found on the issue tracker.
I have replicated my issue using the latest version of the library and it is still present.
cf-terraforming version
cf-terraforming v0.8.8
Expected outcome
Generated code is compatible with latest terraform provider: The private_dns option as generated by cf-terraforming is not allowed by the cloudflare-terraform-provider as the private_dns option is not supported.
Actual outcome
│ Error: expected type to be one of [app_launcher bookmark biso dash_sso saas self_hosted ssh vnc warp], got private_dns
│
│ with module.internal_apps.cloudflare_access_application.this,
│ on modules/internal_app/main.tf line 4, in resource "cloudflare_access_application" "this":
│ 4: type = "private_dns"
Steps to reproduce
Comment out required_version in terraform block (known bug in cf-terraforming)
this is an unfortunate side effect of having only stable options in the Terraform Provider. private_dns (as the linked issue mentions) is not yet stable enough for public API usage but because it is present in the API, we attempt to generate the resource for it.
Confirmation
cf-terraforming version
cf-terraforming v0.8.8
Expected outcome
Generated code is compatible with latest terraform provider: The private_dns option as generated by cf-terraforming is not allowed by the cloudflare-terraform-provider as the private_dns option is not supported.
Actual outcome
Steps to reproduce
References
See also: cloudflare/terraform-provider-cloudflare#2030
The text was updated successfully, but these errors were encountered: