Skip to content
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

Merged

Conversation

ruimarinho
Copy link

@ruimarinho ruimarinho commented Oct 21, 2022

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

@github-actions
Copy link

github-actions bot commented Oct 21, 2022

changelog detected ✅

@jacobbednarz
Copy link
Member

thanks! along with the changelog, we'll also need to run make docs to have the generated documentation updated.

Comment on lines 49 to 50
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"})),
Copy link
Member

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

Suggested change
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"})),

@ruimarinho ruimarinho force-pushed the support/access-application-type branch from e045a16 to 5a37960 Compare October 24, 2022 08:32
@ruimarinho
Copy link
Author

Updated @jacobbednarz.

@jacobbednarz jacobbednarz merged commit a20bcfa into cloudflare:master Oct 24, 2022
@jacobbednarz
Copy link
Member

awesome, thanks!

@github-actions github-actions bot added this to the v3.27.0 milestone Oct 24, 2022
github-actions bot pushed a commit that referenced this pull request Oct 24, 2022
@ruimarinho ruimarinho deleted the support/access-application-type branch October 24, 2022 10:39
@github-actions
Copy link

github-actions bot commented Nov 2, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants