Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.47.0 (#298)
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://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.46.0` -> `5.47.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent d66dd38 commit 9d389f5
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.46.0"
version = "5.47.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.46.0"
version = "5.47.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.46.0"
version = "5.47.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.46.0"
version = "5.47.0"
}
}
}
Expand Down

0 comments on commit 9d389f5

Please sign in to comment.