Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(terraform): update terraform cloudflare ( 4.35.0 → 4.36.0 ) (#710)
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.35.0` -> `4.36.0` | --- ### Release Notes <details> <summary>cloudflare/terraform-provider-cloudflare (cloudflare)</summary> ### [`v4.36.0`](https://togithub.com/cloudflare/terraform-provider-cloudflare/blob/HEAD/CHANGELOG.md#4360-June-26th-2024) [Compare Source](https://togithub.com/cloudflare/terraform-provider-cloudflare/compare/v4.35.0...v4.36.0) NOTES: - resource/zone_settings_override: deprecate `mobile_redirect` setting and include state migration to remove from local state. You should immediately remove the configuration from the resource to prevent permadiffs. ([#​3337](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3337)) ENHANCEMENTS: - resource/cloudflare_access_application: Support configuring OIDC SaaS access token lifetime ([#​3353](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3353)) BUG FIXES: - resource/cloudflare_list_item: fix crash when not using `type = "redirect"` due to attempting to compare `nil` ([#​3368](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3368)) - resource/cloudflare_list_item: implement exact match for IP values to prevent overlapping IP prefixes from not being found ([#​3368](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3368)) DEPENDENCIES: - provider: bump `github.com/aws/aws-sdk-go-v2/config` from 1.27.18 to 1.27.19 ([#​3360](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3360)) - provider: bump `github.com/aws/aws-sdk-go-v2/config` from 1.27.19 to 1.27.20 ([#​3362](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3362)) - provider: bump `github.com/aws/aws-sdk-go-v2/config` from 1.27.20 to 1.27.21 ([#​3364](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3364)) - provider: bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.18 to 1.17.19 ([#​3360](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3360)) - provider: bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.19 to 1.17.20 ([#​3362](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3362)) - provider: bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.20 to 1.17.21 ([#​3364](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3364)) - provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.55.1 to 1.55.2 ([#​3360](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3360)) - provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.55.2 to 1.56.0 ([#​3362](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3362)) - provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.56.0 to 1.56.1 ([#​3364](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3364)) - provider: bump `github.com/aws/aws-sdk-go-v2` from 1.27.2 to 1.28.0 ([#​3360](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3360)) - provider: bump `github.com/aws/aws-sdk-go-v2` from 1.28.0 to 1.29.0 ([#​3362](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3362)) - provider: bump `github.com/aws/aws-sdk-go-v2` from 1.29.0 to 1.30.0 ([#​3364](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3364)) - provider: bump github.com/cloudflare/cloudflare-go from 0.97.0 to 0.98.0 ([#​3365](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3365)) - provider: bump github.com/cloudflare/cloudflare-go/v2 from 2.2.0 to 2.3.0 ([#​3363](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3363)) - provider: bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 in /tools ([#​3395](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3395)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS90ZXJyYWZvcm0iLCJ0eXBlL21pbm9yIl19--> Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
- Loading branch information