Skip to content

Commit

Permalink
⬆️ (dependencies): Update Terraform aws to v5.54.0 (#150)
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.53.0` -> `5.54.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.54.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5540-June-14-2024)

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

NOTES:

- resource/aws_ec2\_capacity_block_reservation: Because we cannot easily
test this functionality, it is best effort and we ask for community help
in testing
([#&#8203;37528](https://github.com/hashicorp/terraform-provider-aws/issues/37528))

FEATURES:

- **New Data Source:** `aws_ec2_capacity_block_offering`
([#&#8203;37528](https://github.com/hashicorp/terraform-provider-aws/issues/37528))
- **New Resource:** `aws_appfabric_app_authorization`
([#&#8203;37468](https://github.com/hashicorp/terraform-provider-aws/issues/37468))
- **New Resource:** `aws_appfabric_app_bundle`
([#&#8203;37542](https://github.com/hashicorp/terraform-provider-aws/issues/37542))
- **New Resource:** `aws_ec2_capacity_block_reservation`
([#&#8203;37528](https://github.com/hashicorp/terraform-provider-aws/issues/37528))
- **New Resource:** `aws_fms_resource_set`
([#&#8203;37767](https://github.com/hashicorp/terraform-provider-aws/issues/37767))
- **New Resource:** `aws_guardduty_malware_protection_plan`
([#&#8203;37919](https://github.com/hashicorp/terraform-provider-aws/issues/37919))

ENHANCEMENTS:

- data-source/aws_opensearch_domain: Add `ip_address_type` argument
([#&#8203;37237](https://github.com/hashicorp/terraform-provider-aws/issues/37237))
- resource/aws_ec2\_traffic_mirror_session: Mark `packet_length` as
Computed
([#&#8203;36962](https://github.com/hashicorp/terraform-provider-aws/issues/36962))
- resource/aws_opensearch_domain: Add `ip_address_type` argument
([#&#8203;37237](https://github.com/hashicorp/terraform-provider-aws/issues/37237))
- resource/aws_vpc_endpoint: Add `subnet_configuration` argument to
support user defined IP addresses
([#&#8203;37226](https://github.com/hashicorp/terraform-provider-aws/issues/37226))

BUG FIXES:

- data-source/aws_ami: Fix query returning no results
([#&#8203;37958](https://github.com/hashicorp/terraform-provider-aws/issues/37958))
- provider: Fixes an error where some data sources were not returning
`tags`
([#&#8203;37966](https://github.com/hashicorp/terraform-provider-aws/issues/37966))
- resource/aws_applicationinsights_application: Change
`resource_group_name` to
[ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
([#&#8203;36962](https://github.com/hashicorp/terraform-provider-aws/issues/36962))
- resource/aws_dynamodb_table: Fix `UnknownOperationException: Tagging
is not currently supported in DynamoDB Local` errors on resource Read
([#&#8203;37924](https://github.com/hashicorp/terraform-provider-aws/issues/37924))
- resource/aws_ec2\_capacity_reservation: Fix
`InvalidCapacityReservationId.NotFound` errors during Read and Delete
when resource is manually deleted
([#&#8203;37127](https://github.com/hashicorp/terraform-provider-aws/issues/37127))
- resource/aws_route53\_zone: Fix `InvalidInput: 1 validation error
detected: Value '...' at 'resourceId' failed to satisfy constraint:
Member must have length less than or equal to 32` errors for resources
imported with a `/hostedzone/` prefix
([#&#8203;37893](https://github.com/hashicorp/terraform-provider-aws/issues/37893))
- service/apigatewayv2: Retry on `ConflictException: Unable to complete
operation due to concurrent modification` errors
([#&#8203;37902](https://github.com/hashicorp/terraform-provider-aws/issues/37902))

</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 14, 2024
2 parents 5cb0f33 + 28d2b89 commit 83de200
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.53.0"
version = "5.54.0"
}
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down

0 comments on commit 83de200

Please sign in to comment.