Skip to content

Commit

Permalink
feat(terraform): update terraform cloudflare to 4.28.0 (#663)
Browse files Browse the repository at this point in the history
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.27.0` -> `4.28.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudflare/terraform-provider-cloudflare (cloudflare)</summary>

###
[`v4.28.0`](https://togithub.com/cloudflare/terraform-provider-cloudflare/blob/HEAD/CHANGELOG.md#4280-March-28th-2024)

[Compare
Source](https://togithub.com/cloudflare/terraform-provider-cloudflare/compare/v4.27.0...v4.28.0)

ENHANCEMENTS:

- resource/cloudflare_access_application: adds
saml_attribute_transform_jsonata\` to SaaS applications
([#&#8203;3187](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3187))
- resource/cloudflare_device_posture_rule: update support for new fields
for crowdstrike_s2s posture rule.
([#&#8203;3216](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3216))
- resource/cloudflare_ipsec_tunnel: Adds IPsec tunnel
health_check_direction & health_check_rate parameters
([#&#8203;3112](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3112))

DEPENDENCIES:

- provider: bump `github.com/aws/aws-sdk-go-v2/config` from 1.27.8 to
1.27.9
([#&#8203;3207](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3207))
- provider: bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.8
to 1.17.9
([#&#8203;3207](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3207))
- provider: bump github.com/cloudflare/cloudflare-go from 0.90.0 to
0.91.0
([#&#8203;3208](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3208))
- provider: bump github.com/cloudflare/cloudflare-go from 0.91.0 to
0.92.0
([#&#8203;3218](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3218))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
spiceratops authored Mar 31, 2024
2 parents 60c7e52 + 79f4309 commit 6dae878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloudflare/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.27.0"
version = "4.28.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 6dae878

Please sign in to comment.