-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 35b7a99
chore(deps): update terraform (#882)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [auth0](https://registry.terraform.io/providers/auth0/auth0)
([source](https://redirect.github.com/auth0/terraform-provider-auth0)) |
required_provider | minor | `1.13.1` -> `1.14.0` |
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://redirect.github.com/hashicorp/terraform-provider-aws))
| required_provider | minor | `5.90.0` -> `5.91.0` |
|
[terraform-aws-modules/eks/aws](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws)
([source](https://redirect.github.com/terraform-aws-modules/terraform-aws-eks))
| module | minor | `~> 20.33.0` -> `~> 20.34.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>auth0/terraform-provider-auth0 (auth0)</summary>
###
[`v1.14.0`](https://redirect.github.com/auth0/terraform-provider-auth0/blob/HEAD/CHANGELOG.md#v1140)
[Compare
Source](https://redirect.github.com/auth0/terraform-provider-auth0/compare/v1.13.1...v1.14.0)
FEATURES:
- `resource/auth0_phone_provider`: Add new resource for managing phone
providers
([#​1152](https://redirect.github.com/auth0/terraform-provider-auth0/pull/1152/))
- `data-source/auth0_phone_provider`: Add a data-source for retrieving
phone providers
([#​1152](https://redirect.github.com/auth0/terraform-provider-auth0/pull/1152/))
- `data-source/auth0_action`: Add a data-source for retrieving action
via id/name
([#​1139](https://redirect.github.com/auth0/terraform-provider-auth0/pull/1139/))
ENHANCEMENTS:
- `resource/auth0_trigger_actions`: Add `custom-phone-provider` and
remove `custom-token-exchange` to list of supported triggers
([#​1180](https://redirect.github.com/auth0/terraform-provider-auth0/pull/1180/))
- `resource/auth0_trigger_action`: Add `custom-phone-provider` and
remove `custom-token-exchange` to list of supported triggers
([#​1152](https://redirect.github.com/auth0/terraform-provider-auth0/pull/1152/))
</details>
<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>
###
[`v5.91.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5910-March-13-2025)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.90.1...v5.91.0)
NOTES:
- resource/aws_network_interface_permission: Because we cannot easily
test this functionality, it is best effort and we ask for community help
in testing
([#​40797](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40797))
FEATURES:
- **New Resource:** `aws_network_interface_permission`
([#​40797](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40797))
- **New Resource:** `aws_route53_records_exclusive`
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
ENHANCEMENTS:
- resource/aws_codebuild_project: Add `secondary_sources.auth`
configuration block
([#​40191](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40191))
- resource/aws_kinesis_firehose_delivery_stream: Add
`msk_source_configuration.read_from_timestamp` argument
([#​41794](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41794))
- resource/aws_route53\_hosted_zone_dnssec: Add configurable operation
timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_route53\_key_signing_key: Add configurable operation
timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_route53\_record: Add configurable operation timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_route53\_zone: Add configurable operation timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_route53\_zone_association: Add configurable operation
timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_timestreaminfluxdb_db_instance: Add `network_type` and
`port` attributes. The following can now be updated in place:
`allocated_storage`, `db_instance_type`, `db_storage_type` and
`deployment_type`
([#​40661](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40661))
- resource/aws_vpc_ipv4\_cidr_block_association: Support optional import
of the `ipv4_ipam_pool_id` and `ipv4_netmask_length` attributes
([#​41779](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41779))
- resource/aws_vpc_ipv6\_cidr_block_association: Support optional import
of the `ipv6_ipam_pool_id` and `ipv6_netmask_length` attributes
([#​41779](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41779))
- resource/aws_wafv2\_ip_set: Add `name_prefix` argument and plan-time
validation of `name`
([#​40889](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40889))
- resource/aws_wafv2\_regex_pattern_set: Add `name_prefix` argument and
plan-time validation of `name`
([#​40889](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40889))
- resource/aws_wafv2\_web_acl: Add `name_prefix` argument
([#​40889](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40889))
- resource/aws_wafv2\_web_acl: Add `rule.challenge_config` argument
([#​40123](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40123))
BUG FIXES:
- resource/aws_msk_cluster: Ensure that `storage_mode` updates are
actually applied to the cluster
([#​41773](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41773))
###
[`v5.90.1`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5901-March-10-2025)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.90.0...v5.90.1)
NOTES:
- provider: Restore the `godebug tlskyber=0` directive in `go.mod`. This
disables the experimental the post-quantum key exchange mechanism
`X25519Kyber768Draft00`, fixing failed or hanging network connections to
various AWS services. This fixes a regression introduced in
[v5.90.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5900-march--6-2025)
([#​41740](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41740))
FEATURES:
- **New Data Source:** `aws_datazone_domain`
([#​41480](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41480))
ENHANCEMENTS:
- resource/aws_codepipeline: Add `stage.before_entry`,
`stage.on_success` and `stage.on_failure` configuration blocks
([#​41663](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41663))
- resource/aws_mskconnect_connector: Allow `connector_configuration` to
be updated in-place
([#​41685](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41685))
- resource/aws_wafv2\_rule_group: Add `ja3_fingerprint` and
`ja4_fingerprint` to `custom_key` configuration blocks
([#​41719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41719))
- resource/aws_wafv2\_rule_group: Add `ja4_fingerprint` to
`field_to_match` configuration blocks
([#​41719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41719))
- resource/aws_wafv2\_web_acl: Add `ja3_fingerprint` and
`ja4_fingerprint` to `custom_key` configuration blocks
([#​41719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41719))
- resource/aws_wafv2\_web_acl: Add `ja4_fingerprint` to `field_to_match`
configuration blocks
([#​41719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41719))
</details>
<details>
<summary>terraform-aws-modules/terraform-aws-eks
(terraform-aws-modules/eks/aws)</summary>
###
[`v20.34.0`](https://redirect.github.com/terraform-aws-modules/terraform-aws-eks/blob/HEAD/CHANGELOG.md#20340-2025-03-07)
[Compare
Source](https://redirect.github.com/terraform-aws-modules/terraform-aws-eks/compare/v20.33.1...v20.34.0)
##### Features
- Add capacity reservation permissions to Karpenter IAM policy
([#​3318](https://redirect.github.com/terraform-aws-modules/terraform-aws-eks/issues/3318))
([770ee99](https://redirect.github.com/terraform-aws-modules/terraform-aws-eks/commit/770ee99d9c4b61c509d9988eac62de4db113af91))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4pm on friday" in timezone
Europe/London, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/overmindtech/workspace).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJ0ZXJyYWZvcm0iXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Schmitt <[email protected]>
GitOrigin-RevId: 67dd2050ed9d1b7907a2f3cd5acd30390011a7ae1 parent 8b2b67b commit 35b7a99Copy full SHA for 35b7a99
1 file changed
+29
-29
lines changed+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments