Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.48.0 (#301)
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.47.0` -> `5.48.0` |

---

### Release Notes

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

###
[`v5.48.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5480-May-2-2024)

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

FEATURES:

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

ENHANCEMENTS:

- resource/aws_cloudwatch_event_target: Add `force_destroy` argument
([#&#8203;37130](https://github.com/hashicorp/terraform-provider-aws/issues/37130))
- resource/aws_elasticache_replication_group: Increase default Delete
timeout to 45 minutes
([#&#8203;37182](https://github.com/hashicorp/terraform-provider-aws/issues/37182))
- resource/aws_elasticache_replication_group: Use the configured Delete
timeout when detaching from any global replication group
([#&#8203;37182](https://github.com/hashicorp/terraform-provider-aws/issues/37182))
- resource/aws_fsx_ontap_file_system: Add support for specifying 1
ha_pair with `SINGLE_AZ_1` and `MULTI_AZ_1` deployment types
([#&#8203;36511](https://github.com/hashicorp/terraform-provider-aws/issues/36511))
- resource/aws_fsx_ontap_file_system: Increase `storage_capacity`
maximum to 1PiB
([#&#8203;36511](https://github.com/hashicorp/terraform-provider-aws/issues/36511))
- resource/aws_fsx_ontap_file_system: Support up to 12 `ha_pairs`
([#&#8203;36511](https://github.com/hashicorp/terraform-provider-aws/issues/36511))
- resource/aws_fsx_ontap_file_system: Update
`throughput_capacity_per_ha_pair` to support all values from
`throughput_capacity`
([#&#8203;36511](https://github.com/hashicorp/terraform-provider-aws/issues/36511))
- resource/aws_fsx_ontap_volume: Add `aggregate_configuration`
configuration block
([#&#8203;36511](https://github.com/hashicorp/terraform-provider-aws/issues/36511))
- resource/aws_fsx_ontap_volume: Add `size_in_bytes` and `volume_style`
arguments
([#&#8203;36511](https://github.com/hashicorp/terraform-provider-aws/issues/36511))

BUG FIXES:

- resource/aws_bcmdataexports_export: Fix `table_configurations`
expand/flatten
([#&#8203;37205](https://github.com/hashicorp/terraform-provider-aws/issues/37205))
- resource/aws_cloudwatch_event_connection: Add plan-time validation
preventing empty `auth_parameters.oauth.oauth_http_parameters` or
`auth_parameters.invocation_http_parameters`
`body`, `header` and `query_string` configuration blocks
([#&#8203;26755](https://github.com/hashicorp/terraform-provider-aws/issues/26755))
- resource/aws_elasticache_replication_group: Decrease replica count
after other updates
([#&#8203;34819](https://github.com/hashicorp/terraform-provider-aws/issues/34819))
- resource/aws_elasticache_replication_group: Fix `unexpected state
'snapshotting'` errors when increasing or decreasing replica count
([#&#8203;30493](https://github.com/hashicorp/terraform-provider-aws/issues/30493))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 6288ae9 commit a036c35
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.47.0"
version = "5.48.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.47.0"
version = "5.48.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.47.0"
version = "5.48.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.47.0"
version = "5.48.0"
}
}
}
Expand Down

0 comments on commit a036c35

Please sign in to comment.