chore(deps): update terraform cloudflare to v4.2.0 #149
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.0
->4.2.0
Release Notes
cloudflare/terraform-provider-cloudflare
v4.2.0
Compare Source
BREAKING CHANGES:
status
has been removed in favour ofenabled
now that the workaround for zero values is no longer required (#2271)NOTES:
cloudflare_ruleset
has been migrated to theterraform-plugin-framework
in doing so addresses issues with the internal representation of zero values. A downside to this is that to get the full benefits, you will need to remove the resource from your Terraform state (terraform state rm ...
) and then import the resource back into your state. Along with this, you will need to update any references tostatus
which was the previous workaround for theenabled
values. If you havestatus = "enabled"
you will need to replace it withenabled = true
and similar forstatus = "disabled"
to be replaced withenabled = false
. (#2271)FEATURES:
cloudflare_list
(#2296)cloudflare_lists
(#2296)cloudflare_address_map
(#2290)cloudflare_list_item
(#2304)ENHANCEMENTS:
check_disks
in theinput
block schema. (#2280)url
triggers recreation, not in-place updates (#2302)cloudflare_tunnel_config
(#2298)compatibility_date
attribute (#2300)BUG FIXES:
INTERNAL:
terraform-plugin-framework
(#2271)DEPENDENCIES:
Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.