feat(terraform)!: Update Terraform cloudflare to 4.2.0 #1632
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:
~> 3.0
->~> 4.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
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:
v4.1.0
Compare Source
ENHANCEMENTS:
BUG FIXES:
email_integration
values specified (#2248)DEPENDENCIES:
v4.0.0
Compare Source
3.x to 4.x upgrade guide
BREAKING CHANGES:
cloudflare_rulesets
(#2138)cloudflare_rulesets
(#2138)cloudflare_rulesets
(#2138)account_id
is no longer available as a global configuration option. Instead, use the resource specific attributes. (#2139)cloudflare_access_application
(#2136)zone_id
oraccount_id
and remove implicit fallback to user level rules (#2157)account_id
is now required (#2153)client.AccountID
internally and relies on the resource provided value (#2154)cloudflare_tunnel
(#2135)cloudflare_list
(#2137)session_affinity_attributes.drain_duration
is nowTypeInt
instead ofTypeString
(#1959)account_id
is now required (#2153)client.AccountID
internally and relies on the resource provided value (#2154)account_id
is now required (#2153)client.AccountID
internally and relies on the resource provided value (#2154)edge_ip_connectivity
is now nested underedge_ips
asconnectivity
(#2219)edge_ips.type
is now a required field (#2219)edge_ips
now contains nested attributes other than IP ranges.type
andconnectivity
have been added.edge_ips.ips
contains the static IP addresses that used to reside atedge_ips
. (#2219)cloudflare_ruleset
(#2138)cloudflare_ruleset
(#2138)cloudflare_ruleset
(#2138)cloudflare_ruleset
(#2138)account_id
is now required (#2153)client.AccountID
internally and relies on the resource provided value (#2154)account_id
is now required (#2153)client.AccountID
internally and relies on the resource provided value (#2154)account_id
is now required (#2153)client.AccountID
internally and relies on the resource provided value (#2154)account_id
is now required (#2153)client.AccountID
internally and relies on the resource provided value (#2154)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.