chore(deps): update terraform cloudflare to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudflare (source) | required_provider | major |
4.50.0 -> 5.0.0
|
Release Notes
cloudflare/terraform-provider-cloudflare (cloudflare)
v5.0.0
[!WARNING]
v5.x
of this provider is a ground-up rewrite of the SDK, using code generation from our OpenAPI spec.There are backwards incompatible changes which are documented and outlined in the migration guide however, we offer codemods to assist as well as the manual steps if you prefer.
[!NOTE] v4.x will no longer be in active development per our support policy and all feature development and improvements will land in v5.x.
Migration guide (including changelog)
https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade
v4.51.0
NOTES:
- resource/cloudflare_ruleset: remove deprecated
http_request_sbfm
phase (#4860)
ENHANCEMENTS:
- resource/cloudflare_access_application: add private destination fields to access application (#4892)
- resource/cloudflare_zero_trust_gateway_policy: allow configuring resolver rules with internal DNS (#4918)
BUG FIXES:
- resource/cloudflare_api_shield_operation: fixed a bug when using variable names other than
var1 ... varN
in endpoint definitions causing these resources to be recreated when nothing has changed. If this affects you, after upgrading to this version, the resource has to be recreated once more to fix the state, after which the bug is fixed. (#4894) - resource/cloudflare_teams_location: Fix import failures on teams locations (#4859)
- resource/cloudflare_zero_trust_device_posture_rule: Fix 'last_seen' not being written to the state file (#4855)
INTERNAL:
- resource/cloudflare_api_shield_operation: migrated to the
terraform-plugin-framework
. (#4894)
DEPENDENCIES:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.