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
Error: expected type to be one of [self_hosted saas ssh vnc bookmark], got warp / app_launcher (when validating with "terraform validate" after generating --resource_type cloudflare_access_application)
#481
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.
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
Get a valid .tf file with cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_application > cloudflare_access_application.tf
Actual outcome
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_application > cloudflare_access_application.tf executed successfully, but terraform validate hits the present error because the cf-terraforming tool outputs the Cloudflare One internal apps warp and app_launcher as well, which aren't defined in the Cloudflare Terraform provider.
Steps to reproduce
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_application > cloudflare_access_application.tf
terraform validate
References
No response
The text was updated successfully, but these errors were encountered:
etec-masterofsynapse
changed the title
Error: expected type to be one of [self_hosted saas ssh vnc bookmark], got warp / app_launcher
Error: expected type to be one of [self_hosted saas ssh vnc bookmark], got warp / app_launcher (when validating with "terraform validate" after generating--resource cloudflare_access_application)
Oct 28, 2022
etec-masterofsynapse
changed the title
Error: expected type to be one of [self_hosted saas ssh vnc bookmark], got warp / app_launcher (when validating with "terraform validate" after generating--resource cloudflare_access_application)
Error: expected type to be one of [self_hosted saas ssh vnc bookmark], got warp / app_launcher (when validating with "terraform validate" after generating --resource cloudflare_access_application)
Oct 28, 2022
etec-masterofsynapse
changed the title
Error: expected type to be one of [self_hosted saas ssh vnc bookmark], got warp / app_launcher (when validating with "terraform validate" after generating --resource cloudflare_access_application)
Error: expected type to be one of [self_hosted saas ssh vnc bookmark], got warp / app_launcher (when validating with "terraform validate" after generating --resource_type cloudflare_access_application)
Oct 28, 2022
Confirmation
cf-terraforming version
cf-terraforming v0.8.8
Expected outcome
Get a valid .tf file with
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_application > cloudflare_access_application.tf
Actual outcome
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_application > cloudflare_access_application.tf
executed successfully, butterraform validate
hits the present error because thecf-terraforming
tool outputs the Cloudflare One internal apps warp and app_launcher as well, which aren't defined in the Cloudflare Terraform provider.Steps to reproduce
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_application > cloudflare_access_application.tf
terraform validate
References
No response
The text was updated successfully, but these errors were encountered: