Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.47.0 (#627)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.46.0` -> `5.47.0` | `5.48.0` |

---

### Release Notes

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

###
[`v5.47.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5470-April-26-2024)

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

NOTES:

- provider: Updates to Go 1.22. This is the last Go release that will
run on macOS 10.15 Catalina
([#&#8203;36996](https://togithub.com/hashicorp/terraform-provider-aws/issues/36996))
- resource/aws_bedrockagent_knowledge_base: Because we cannot easily
test this functionality, it is best effort and we ask for community help
in testing
([#&#8203;36783](https://togithub.com/hashicorp/terraform-provider-aws/issues/36783))

FEATURES:

- **New Data Source:** `aws_identitystore_groups`
([#&#8203;36993](https://togithub.com/hashicorp/terraform-provider-aws/issues/36993))
- **New Resource:** `aws_bcmdataexports_export`
([#&#8203;36847](https://togithub.com/hashicorp/terraform-provider-aws/issues/36847))
- **New Resource:** `aws_bedrockagent_agent`
([#&#8203;36851](https://togithub.com/hashicorp/terraform-provider-aws/issues/36851))
- **New Resource:** `aws_bedrockagent_agent_action_group`
([#&#8203;36935](https://togithub.com/hashicorp/terraform-provider-aws/issues/36935))
- **New Resource:** `aws_bedrockagent_agent_alias`
([#&#8203;36905](https://togithub.com/hashicorp/terraform-provider-aws/issues/36905))
- **New Resource:** `aws_bedrockagent_knowledge_base`
([#&#8203;36783](https://togithub.com/hashicorp/terraform-provider-aws/issues/36783))
- **New Resource:** `aws_globalaccelerator_cross_account_attachment`
([#&#8203;35991](https://togithub.com/hashicorp/terraform-provider-aws/issues/35991))
- **New Resource:** `aws_verifiedpermissions_policy`
([#&#8203;35413](https://togithub.com/hashicorp/terraform-provider-aws/issues/35413))

ENHANCEMENTS:

- data-source/aws_eip: Add `arn` attribute
([#&#8203;35991](https://togithub.com/hashicorp/terraform-provider-aws/issues/35991))
- resource/aws_api_gateway_rest_api: Correctly set `root_resource_id` on
resource Read
([#&#8203;37040](https://togithub.com/hashicorp/terraform-provider-aws/issues/37040))
- resource/aws_appmesh_mesh: Add `spec.service_discovery` argument
([#&#8203;37042](https://togithub.com/hashicorp/terraform-provider-aws/issues/37042))
- resource/aws_cloudformation_stack_set: Adds guidance on permissions
when using delegated administrator account
([#&#8203;37069](https://togithub.com/hashicorp/terraform-provider-aws/issues/37069))
- resource/aws_db_instance: Add `dedicated_log_volume` argument
([#&#8203;36503](https://togithub.com/hashicorp/terraform-provider-aws/issues/36503))
- resource/aws_eip: Add `arn` attribute
([#&#8203;35991](https://togithub.com/hashicorp/terraform-provider-aws/issues/35991))
- resource/aws_elasticache_replication_group: Add
`transit_encryption_mode` argument
([#&#8203;30403](https://togithub.com/hashicorp/terraform-provider-aws/issues/30403))
- resource/aws_elasticache_replication_group: Changes to the
`transit_encryption_enabled` argument can now be done in-place for
engine versions > `7.0.5`
([#&#8203;30403](https://togithub.com/hashicorp/terraform-provider-aws/issues/30403))
- resource/aws_kinesis_firehose_delivery_stream: Add
`snowflake_configuration` argument
([#&#8203;36646](https://togithub.com/hashicorp/terraform-provider-aws/issues/36646))
- resource/aws_memorydb_user: Support IAM authentication mode
([#&#8203;32027](https://togithub.com/hashicorp/terraform-provider-aws/issues/32027))
- resource/aws_sagemaker_app_image_config: Add
`code_editor_app_image_config` and
`jupyter_lab_image_config.jupyter_lab_image_config` arguments
([#&#8203;37059](https://togithub.com/hashicorp/terraform-provider-aws/issues/37059))
- resource/aws_sagemaker_app_image_config: Change
`kernel_gateway_image_config.kernel_spec` MaxItems to 5
([#&#8203;37059](https://togithub.com/hashicorp/terraform-provider-aws/issues/37059))
- resource/aws_transfer_server: Add `sftp_authentication_methods`
argument
([#&#8203;37015](https://togithub.com/hashicorp/terraform-provider-aws/issues/37015))

BUG FIXES:

- resource/aws_batch_job_definition: Fix issues where changes causing a
new `revision` do not trigger changes in dependent resources and/or
cause an error, "Provider produced inconsistent final plan"
([#&#8203;37111](https://togithub.com/hashicorp/terraform-provider-aws/issues/37111))
- resource/aws_ce_cost_category: Allow up to 3 levels of `and`, `not`
and `or` operand nesting for the `rule` argument
([#&#8203;30862](https://togithub.com/hashicorp/terraform-provider-aws/issues/30862))
- resource/aws_elasticache_replication_group: Fix excessive delay on
read
([#&#8203;30403](https://togithub.com/hashicorp/terraform-provider-aws/issues/30403))
- resource/aws_servicecatalog_portfolio: Fixes error where deletion
fails if resource was deleted out of band.
([#&#8203;37066](https://togithub.com/hashicorp/terraform-provider-aws/issues/37066))
- resource/aws_servicecatalog_provisioned_product: Fixes error where tag
values are not applied to products when tag values don't change.
([#&#8203;37066](https://togithub.com/hashicorp/terraform-provider-aws/issues/37066))

</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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC41IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
simonknittel and renovate-bot authored May 4, 2024
1 parent 0216470 commit 81b8afe
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 deletions terraform/.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 terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.46.0"
version = "5.47.0"
}

external = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/api-gateway-eventbridge/main.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.46.0"
version = "5.47.0"
}

external = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/api-gateway-lambda/main.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.46.0"
version = "5.47.0"
}

external = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/eventbridge-sqs-lambda/main.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.46.0"
version = "5.47.0"
}

external = {
Expand Down

0 comments on commit 81b8afe

Please sign in to comment.