Skip to content

Commit

Permalink
⬆️ (dependencies): Update Terraform aws to v5.54.1 (#151)
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 | patch | `5.54.0` -> `5.54.1` | [![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.1`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5541-June-14-2024)

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

BUG FIXES:

- data-source/aws_ami: Fix `interface conversion: interface {} is
types.ProductCodeValues, not string` panic
([######](https://github.com/hashicorp/terraform-provider-aws/issues/#####))
- resource/aws_codebuild_project: Increase maximum values of
`build_batch_config.timeout_in_mins` and `build_timeout` from `480` (8
hours) to `2160` (36 hours)
([#&#8203;37970](https://github.com/hashicorp/terraform-provider-aws/issues/37970))

</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 83de200 + 019234e commit cc7dcfc
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.54.0"
version = "5.54.1"
}
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down

0 comments on commit cc7dcfc

Please sign in to comment.