-
Notifications
You must be signed in to change notification settings - Fork 636
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.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for app_launcher, dash_sso and warp types on access applications #1988
Add support for app_launcher, dash_sso and warp types on access applications #1988
Conversation
changelog detected ✅ |
thanks! along with the changelog, we'll also need to run |
ValidateFunc: validation.StringInSlice([]string{"app_launcher", "bookmark", "dash_sso", "saas", "self_hosted", "ssh", "vnc", "warp"}, false), | ||
Description: fmt.Sprintf("The application type. %s", renderAvailableDocumentationValuesStringSlice([]string{"app_launcher", "bookmark", "dash_sso", "saas", "self_hosted", "ssh", "vnc", "warp"})), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing BISO here too - https://api.cloudflare.com/#access-applications-add-the-clientless-web-isolation-application
ValidateFunc: validation.StringInSlice([]string{"app_launcher", "bookmark", "dash_sso", "saas", "self_hosted", "ssh", "vnc", "warp"}, false), | |
Description: fmt.Sprintf("The application type. %s", renderAvailableDocumentationValuesStringSlice([]string{"app_launcher", "bookmark", "dash_sso", "saas", "self_hosted", "ssh", "vnc", "warp"})), | |
ValidateFunc: validation.StringInSlice([]string{"app_launcher", "biso", "bookmark", "dash_sso", "saas", "self_hosted", "ssh", "vnc", "warp"}, false), | |
Description: fmt.Sprintf("The application type. %s", renderAvailableDocumentationValuesStringSlice([]string{"app_launcher", "biso", "bookmark", "dash_sso", "saas", "self_hosted", "ssh", "vnc", "warp"})), |
…n access applications
e045a16
to
5a37960
Compare
Updated @jacobbednarz. |
awesome, thanks! |
This functionality has been released in v3.27.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
The current schema is missing a few types which can be imported by the provider but later on invalidated. This PR adds the following missing types:
app_launcher
biso
dash_sso
warp