Skip to content

Commit

Permalink
⬆️ (dependencies): Update Terraform aws to v5.53.0 (#145)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://github.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.52.0` -> `5.53.0` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/hashicorp/terraform-provider-aws/badge)](https://securityscorecards.dev/viewer/?uri=github.com/hashicorp/terraform-provider-aws)
|

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>

###
[`v5.53.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5530-June-7-2024)

[Compare
Source](https://github.com/hashicorp/terraform-provider-aws/compare/v5.52.0...v5.53.0)

FEATURES:

- **New Resource:** `aws_paymentcryptography_key`
([#&#8203;37017](https://github.com/hashicorp/terraform-provider-aws/issues/37017))
- **New Resource:** `aws_paymentcryptography_key_alias`
([#&#8203;37020](https://github.com/hashicorp/terraform-provider-aws/issues/37020))

ENHANCEMENTS:

- data-source/aws_customer_gateway: Add `bgp_asn_extended` argument
([#&#8203;37815](https://github.com/hashicorp/terraform-provider-aws/issues/37815))
- data-source/aws_rds_engine_version: Add `supports_limitless_database`
attribute
([#&#8203;37271](https://github.com/hashicorp/terraform-provider-aws/issues/37271))
- provider: The `use_fips_endpoint` flag is now ignored for any service
with a custom endpoint configured in `endpoints`.
([#&#8203;34233](https://github.com/hashicorp/terraform-provider-aws/issues/34233))
- resource/aws_apigatewayv2\_authorizer: Add configurable `delete`
timeout
([#&#8203;37732](https://github.com/hashicorp/terraform-provider-aws/issues/37732))
- resource/aws_customer_gateway: Add `bgp_asn_extended` argument
([#&#8203;37815](https://github.com/hashicorp/terraform-provider-aws/issues/37815))
- resource/aws_fsx_lustre_file_system: Add `metadata_configuration`
argument
([#&#8203;37868](https://github.com/hashicorp/terraform-provider-aws/issues/37868))
- resource/aws_lb: Add support for IPv6-only Application Load Balancers
([#&#8203;37700](https://github.com/hashicorp/terraform-provider-aws/issues/37700))
- resource/aws_mwaa_environment: Add `max_webservers` and
`min_webservers` attributes
([#&#8203;37632](https://github.com/hashicorp/terraform-provider-aws/issues/37632))
- resource/aws_pipes_pipe: Add `log_configuration` argument
([#&#8203;37135](https://github.com/hashicorp/terraform-provider-aws/issues/37135))
- resource/aws_route53\_record: Fix `InvalidChangeBatch` errors on
resource Delete
([#&#8203;37850](https://github.com/hashicorp/terraform-provider-aws/issues/37850))
- resource/aws_s3\_bucket: Ignore `UnsupportedOperation` errors when
reading `acceleration_status`, `server_side_encryption_configuration`
and `tags`
([#&#8203;37801](https://github.com/hashicorp/terraform-provider-aws/issues/37801))
- resource/aws_transfer_ssh_key: Add `ssh_key_id` attribute
([#&#8203;37548](https://github.com/hashicorp/terraform-provider-aws/issues/37548))

BUG FIXES:

- resource/aws_apigatewayv2\_authorizer: Fix `ConflictException` errors
on resource Delete
([#&#8203;37732](https://github.com/hashicorp/terraform-provider-aws/issues/37732))
- resource/aws_bedrockagent_agent: Increase `instruction` max length for
validation to 4000
([#&#8203;37758](https://github.com/hashicorp/terraform-provider-aws/issues/37758))
- resource/aws_cloudwatch_log_group: Correctly handles tag updates with
empty string tags
([#&#8203;37668](https://github.com/hashicorp/terraform-provider-aws/issues/37668))
- resource/aws_kms_external_key: Fixes timeout error on creation when
`ignore_tags` matches tag assigned to resource
([#&#8203;37818](https://github.com/hashicorp/terraform-provider-aws/issues/37818))
- resource/aws_kms_key: Fixes timeout error on creation when
`ignore_tags` matches tag assigned to resource
([#&#8203;37818](https://github.com/hashicorp/terraform-provider-aws/issues/37818))
- resource/aws_kms_replica_external_key: Fixes timeout error on creation
when `ignore_tags` matches tag assigned to resource
([#&#8203;37818](https://github.com/hashicorp/terraform-provider-aws/issues/37818))
- resource/aws_kms_replica_key: Fixes timeout error on creation when
`ignore_tags` matches tag assigned to resource
([#&#8203;37818](https://github.com/hashicorp/terraform-provider-aws/issues/37818))
- resource/aws_mq_broker: Do not reboot on changes to
`maintenance_window_start_time` or `auto_minor_version_upgrade`
([#&#8203;36506](https://github.com/hashicorp/terraform-provider-aws/issues/36506))
- resource/aws_pipes_pipe: Mark
`source_parameters.self_managed_kafka_parameters.credentials.basic_auth`
as Optional
([#&#8203;34293](https://github.com/hashicorp/terraform-provider-aws/issues/34293))
- resource/aws_secretsmanager_secret: Tags with empty values no longer
remove all tags.
([#&#8203;37743](https://github.com/hashicorp/terraform-provider-aws/issues/37743))
- resource/aws_ssm_parameter: Fix `Cannot import non-existent remote
object` errors when importing resources with version
([#&#8203;37832](https://github.com/hashicorp/terraform-provider-aws/issues/37832))
- resource/aws_vpc_endpoint: Restore pre-v5.51.0 default of `false` for
`private_dns_enabled`
([#&#8203;37715](https://github.com/hashicorp/terraform-provider-aws/issues/37715))
- service/chatbot: Correctly overrides region when using custom
endpoint.
([#&#8203;37851](https://github.com/hashicorp/terraform-provider-aws/issues/37851))
- service/costoptimizationhub: Correctly overrides region when using
custom endpoint.
([#&#8203;37851](https://github.com/hashicorp/terraform-provider-aws/issues/37851))
- service/cur: Correctly overrides region when using custom endpoint.
([#&#8203;37851](https://github.com/hashicorp/terraform-provider-aws/issues/37851))
- service/globalaccelerator: Correctly overrides region when using
custom endpoint.
([#&#8203;37851](https://github.com/hashicorp/terraform-provider-aws/issues/37851))
- service/route53: Correctly overrides region when using custom
endpoint.
([#&#8203;37851](https://github.com/hashicorp/terraform-provider-aws/issues/37851))
- service/route53domains: Correctly overrides region when using custom
endpoint.
([#&#8203;37851](https://github.com/hashicorp/terraform-provider-aws/issues/37851))
- service/shield: Correctly overrides region when using custom endpoint.
([#&#8203;37851](https://github.com/hashicorp/terraform-provider-aws/issues/37851))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/chezmoi-sh/atlas).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Jun 7, 2024
2 parents 63de7e2 + d4bf6fc commit ae35789
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions infrastructure/live/external/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/live/external/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.52.0"
version = "5.53.0"
}
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down

0 comments on commit ae35789

Please sign in to comment.