Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(terraform-provider): update terraform cloudflare to 4.25.0 (#363)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudflare](https://registry.terraform.io/providers/cloudflare/cloudflare) ([source](https://togithub.com/cloudflare/terraform-provider-cloudflare)) | required_provider | minor | `4.24.0` -> `4.25.0` | --- ### Release Notes <details> <summary>cloudflare/terraform-provider-cloudflare (cloudflare)</summary> ### [`v4.25.0`](https://togithub.com/cloudflare/terraform-provider-cloudflare/blob/HEAD/CHANGELOG.md#4250-February-21st-2024) [Compare Source](https://togithub.com/cloudflare/terraform-provider-cloudflare/compare/v4.24.0...v4.25.0) BREAKING CHANGES: - resource/cloudflare_custom_pages: Removed the `always_online` variant. This page is never generated anymore, if a requested page is unavailable in the archive the error page that would have been shown if always online wasn't enabled is shown. ([#​3117](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3117)) ENHANCEMENTS: - resource/cloudflare_access_application: adds oidc saas application support ([#​3133](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3133)) - resource/cloudflare_access_application: adds the ability to set allow_authenticate_via_warp. ([#​3103](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3103)) - resource/cloudflare_access_organization: adds the ability to set allow_authenticate_via_warp and warp_auth_session_duration. ([#​3103](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3103)) - resource/cloudflare_teams_account: Add support for extended e-mail matching ([#​3089](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3089)) - resource/cloudflare_teams_accounts: Added notification settings to teams antivirus settings ([#​3124](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3124)) - resource/pages_project: Add `build_caching` attribute ([#​3110](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3110)) BUG FIXES: - resource/cloudflare_email_routing_address: add schema migrator ([#​3119](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3119)) DEPENDENCIES: - provider: bump `github.com/aws/aws-sdk-go-v2/config` from 1.26.6 to 1.27.0 ([#​3118](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3118)) - provider: bump `github.com/aws/aws-sdk-go-v2/config` from 1.27.0 to 1.27.1 ([#​3134](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3134)) - provider: bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.16.16 to 1.17.0 ([#​3118](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3118)) - provider: bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.0 to 1.17.1 ([#​3134](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3134)) - provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.48.1 to 1.49.0 ([#​3118](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3118)) - provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.49.0 to 1.50.0 ([#​3125](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3125)) - provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.50.0 to 1.50.1 ([#​3128](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3128)) - provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.50.1 to 1.50.2 ([#​3134](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3134)) - provider: bump `github.com/aws/aws-sdk-go-v2` from 1.24.1 to 1.25.0 ([#​3118](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3118)) - provider: bump github.com/cloudflare/cloudflare-go from 0.87.0 to 0.88.0 ([#​3122](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3122)) - provider: bump golang.org/x/net from 0.20.0 to 0.21.0 ([#​3108](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3108)) - provider: bump golangci/golangci-lint-action from 3 to 4 ([#​3115](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3115)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
- Loading branch information