-
Notifications
You must be signed in to change notification settings - Fork 609
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 terraform resource and data source changes to support infrastructure application #4128
Add terraform resource and data source changes to support infrastructure application #4128
Conversation
changelog detected ✅ |
This project handles dependency version bumps (including upstream changes from cloudflare-go) independently of the standard PR process using automation. This allows the dependency upgrades to land without causing merge conflicts in multiple branches and handled in a consistent way. The exception to this is security related dependency upgrades but they should be co-ordinated with the maintainer team privately. Please remove the changes to the |
2a60398
to
6a2dc7f
Compare
Signed-off-by: Jacob Bednarz <[email protected]>
Signed-off-by: Jacob Bednarz <[email protected]>
infrastructure apps don't require `domain`, `session_duration` or `app_launcher_visible`. Signed-off-by: Jacob Bednarz <[email protected]>
with everything shimmed in, acceptance tests are green
|
This functionality has been released in v4.43.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! |
This pull request updates the
cloudflare_zero_trust_access_application
andcloudflare_zero_trust_access_policy
resources to support infrastructure applications.These changes are dependent on related
cloudflare-go
changes -> cloudflare/cloudflare-go#3250New changes:
target_criteria
to access application schemaconnection_rules
to access policy schema