Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.45.0 (#292)
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 |
|---|---|---|---|
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://github.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.44.0` -> `5.45.0` |

---

### Release Notes

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

###
[`v5.45.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5450-April-11-2024)

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

NOTES:

- resource/aws_redshift_cluster: The `logging` argument is now
deprecated. Use the `aws_redshift_logging` resource instead.
([#&#8203;36862](https://github.com/hashicorp/terraform-provider-aws/issues/36862))
- resource/aws_redshift_cluster: The `snapshot_copy` argument is now
deprecated. Use the `aws_redshift_snapshot_copy` resource instead.
([#&#8203;36810](https://github.com/hashicorp/terraform-provider-aws/issues/36810))

FEATURES:

- **New Resource:** `aws_redshift_logging`
([#&#8203;36862](https://github.com/hashicorp/terraform-provider-aws/issues/36862))
- **New Resource:** `aws_redshift_snapshot_copy`
([#&#8203;36810](https://github.com/hashicorp/terraform-provider-aws/issues/36810))

ENHANCEMENTS:

- data-source/aws_sagemaker_prebuilt_ecr_image: Add `registry_id` for
`af-south-1` AWS Region
([#&#8203;36803](https://github.com/hashicorp/terraform-provider-aws/issues/36803))
- resource/aws_api_gateway_documentation_part: Add
`documentation_part_id` attribute
([#&#8203;36445](https://github.com/hashicorp/terraform-provider-aws/issues/36445))
- resource/aws_wafregional_web_acl_association: Add configurable
timeouts
([#&#8203;36445](https://github.com/hashicorp/terraform-provider-aws/issues/36445))
- resource/aws_wafregional_web_acl_association: Add plan-time validation
of `resource_arn`
([#&#8203;36445](https://github.com/hashicorp/terraform-provider-aws/issues/36445))

BUG FIXES:

- provider: Change the default AWS SDK for Go v2 API client
[`MaxBackoff`](https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/retries-timeouts/#limiting-the-max-back-off-delay)
value to 300 seconds so that services migrated to AWS SDK for Go v2
maintain behavioral compatibility with AWS SDK for Go v1
([#&#8203;36855](https://github.com/hashicorp/terraform-provider-aws/issues/36855))
- resource/aws_datasync_location_object_storage: Allow update to
`agent_arns`
([#&#8203;36819](https://github.com/hashicorp/terraform-provider-aws/issues/36819))
- resource/aws_devopsguru_notification_channel: Fix persistent diff when
`filters.message_types` or `filters.severities` contains multiple
elements
([#&#8203;36804](https://github.com/hashicorp/terraform-provider-aws/issues/36804))
- resource/aws_securityhub_configuration_policy: Mark
`configuration_policy.enabled_standard_arns` as Optional, fixing
`InvalidInputException: Invalid semantics: Enabled standards and
security control configurations must be configured when Security Hub is
enabled` errors
([#&#8203;36740](https://github.com/hashicorp/terraform-provider-aws/issues/36740))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/Hapag-Lloyd/terraform-aws-bastion-host-ssm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent ce464a3 commit 32636ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cost/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.44.0"
version = "5.45.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.44.0"
version = "5.45.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.44.0"
version = "5.45.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spot/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.44.0"
version = "5.45.0"
}
}
}
Expand Down

0 comments on commit 32636ab

Please sign in to comment.