Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ (dependencies): Update Terraform aws to v5.49.0 #106

Merged
merged 1 commit into from
May 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
aws (source) required_provider minor 5.48.0 -> 5.49.0 OpenSSF Scorecard

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.49.0

Compare Source

FEATURES:

  • New Data Source: aws_datazone_environment_blueprint (#​36600)
  • New Resource: aws_bedrockagent_data_source (#​37158)
  • New Resource: aws_datazone_domain (#​36600)
  • New Resource: aws_datazone_environment_blueprint_configuration (#​36600)

ENHANCEMENTS:

  • data-source/aws_iam_policy_document: Add minified_json attribute (#​35677)
  • resource/aws_dynamodb_table_export: Add plan-time validation of table_arn (#​37288)
  • resource/aws_kms_key: Add rotation_period_in_days argument (#​37140)
  • resource/aws_securitylake_subscriber_notification: Better handles importing resource (#​37332)
  • resource/aws_securitylake_subscriber_notification: Deprecates endpoint_id in favor of subscriber_endpoint (#​37332)
  • resource/aws_securitylake_subscriber_notification: Handles configuration.https_notification_configuration.authorization_api_key_value as sensitive value (#​37332)

BUG FIXES:

  • data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set tags on Read (#​37353)
  • data-source/aws_rds_orderable_db_instance: Fix InvalidParameterValue: Invalid value 3412 for MaxRecords. Must be between 20 and 1000 errors (#​37251)
  • data-source/aws_resourceexplorer2_search: Fix 401 unauthorized error due to missing view_arn in the AWS API request (#​36778)
  • data-source/aws_resourceexplorer2_search: Fix panic caused by bad mappping between Terraform and AWS schemas (#​36778)
  • data-source/aws_resourceexplorer2_search: Fix state persistence and data types (#​36778)
  • resource/aws_bedrockagent_agent: Fix to use the configured prepare_agent value (or default value of true when omitted) for all create and update operations (#​37405)
  • resource/aws_elasticsearch_domain: Fix handling of unset auto_tune_options.rollback_on_disable argument (#​37394)
  • resource/aws_fsx_ontap_storage_virtual_machine: Correctly set tags and tags_all on resource Read (#​37353)
  • resource/aws_fsx_openzfs_file_system: Correctly set tags and tags_all on resource Read (#​37353)
  • resource/aws_kms_custom_key_store: Change trust_anchor_certificate to ForceNew (#​37092)
  • resource/aws_opensearch_domain: Fix handling of unset auto_tune_options.rollback_on_disable argument (#​37394)
  • resource/aws_opensearch_domain: Wait for auto_tune_options to be applied during creation (#​37394)
  • resource/aws_securitylake_aws_log_source: Correctly handles unspecified source_version (#​36268)
  • resource/aws_securitylake_aws_log_source: Prevents errors when creating multiple log sources concurrently (#​36268)
  • resource/aws_securitylake_custom_log_source: Prevents errors when creating multiple log sources concurrently (#​36268)
  • resource/aws_securitylake_custom_log_source: Validates length of source_name parameter (#​36268)
  • resource/aws_securitylake_subscriber: Allow more than one log source (#​36268)
  • resource/aws_securitylake_subscriber: Correctly handles unspecified access_type (#​36268)
  • resource/aws_securitylake_subscriber: Correctly handles unspecified source_version parameter for aws_log_source_resource and custom_log_source_resource (#​36268)
  • resource/aws_securitylake_subscriber: Correctly requires source_name parameter for aws_log_source_resource and custom_log_source_resource (#​36268)
  • resource/aws_securitylake_subscriber_notification: No longer recreates resource when not needed (#​37332)
  • resource/aws_securitylake_subscriber_notification: Requires value for configuration.https_notification_configuration.endpoint (#​37332)
  • resource/provider: Change the AWS SDK for Go v2 API client BackoffDelayer to maintain behavioral compatibility with AWS SDK for Go v1 (#​37404)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot enabled auto-merge May 10, 2024 01:10
@renovate renovate bot added this pull request to the merge queue May 10, 2024
Merged via the queue into main with commit 5d481ed May 10, 2024
8 checks passed
@renovate renovate bot deleted the renovate/aws-5.x branch May 10, 2024 01:13
xunleii pushed a commit that referenced this pull request May 19, 2024
[![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://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.48.0` -> `5.49.0` | [![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.49.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5490-May-10-2024)

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

FEATURES:

- **New Data Source:** `aws_datazone_environment_blueprint`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))
- **New Resource:** `aws_bedrockagent_data_source`
([#&#8203;37158](https://togithub.com/hashicorp/terraform-provider-aws/issues/37158))
- **New Resource:** `aws_datazone_domain`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))
- **New Resource:** `aws_datazone_environment_blueprint_configuration`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))

ENHANCEMENTS:

- data-source/aws_iam_policy_document: Add `minified_json` attribute
([#&#8203;35677](https://togithub.com/hashicorp/terraform-provider-aws/issues/35677))
- resource/aws_dynamodb_table_export: Add plan-time validation of
`table_arn`
([#&#8203;37288](https://togithub.com/hashicorp/terraform-provider-aws/issues/37288))
- resource/aws_kms_key: Add `rotation_period_in_days` argument
([#&#8203;37140](https://togithub.com/hashicorp/terraform-provider-aws/issues/37140))
- resource/aws_securitylake_subscriber_notification: Better handles
importing resource
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Deprecates
`endpoint_id` in favor of `subscriber_endpoint`
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Handles
`configuration.https_notification_configuration.authorization_api_key_value`
as sensitive value
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))

BUG FIXES:

- data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set
`tags` on Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- data-source/aws_rds_orderable_db_instance: Fix `InvalidParameterValue:
Invalid value 3412 for MaxRecords. Must be between 20 and 1000` errors
([#&#8203;37251](https://togithub.com/hashicorp/terraform-provider-aws/issues/37251))
- data-source/aws_resourceexplorer2\_search: Fix 401 unauthorized error
due to missing `view_arn` in the AWS API request
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- data-source/aws_resourceexplorer2\_search: Fix panic caused by bad
mappping between Terraform and AWS schemas
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- data-source/aws_resourceexplorer2\_search: Fix state persistence and
data types
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- resource/aws_bedrockagent_agent: Fix to use the configured
`prepare_agent` value (or default value of `true` when omitted) for all
create and update operations
([#&#8203;37405](https://togithub.com/hashicorp/terraform-provider-aws/issues/37405))
- resource/aws_elasticsearch_domain: Fix handling of unset
`auto_tune_options.rollback_on_disable` argument
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_fsx_ontap_storage_virtual_machine: Correctly set `tags`
and `tags_all` on resource Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- resource/aws_fsx_openzfs_file_system: Correctly set `tags` and
`tags_all` on resource Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- resource/aws_kms_custom_key_store: Change `trust_anchor_certificate`
to
[ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
([#&#8203;37092](https://togithub.com/hashicorp/terraform-provider-aws/issues/37092))
- resource/aws_opensearch_domain: Fix handling of unset
`auto_tune_options.rollback_on_disable` argument
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_opensearch_domain: Wait for `auto_tune_options` to be
applied during creation
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_securitylake_aws_log_source: Correctly handles
unspecified `source_version`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_aws_log_source: Prevents errors when
creating multiple log sources concurrently
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_custom_log_source: Prevents errors when
creating multiple log sources concurrently
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_custom_log_source: Validates length of
`source_name` parameter
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Allow more than one log source
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly handles unspecified
`access_type`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly handles unspecified
`source_version` parameter for `aws_log_source_resource` and
`custom_log_source_resource`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly requires `source_name`
parameter for `aws_log_source_resource` and `custom_log_source_resource`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber_notification: No longer recreates
resource when not needed
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Requires value for
`configuration.https_notification_configuration.endpoint`
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/provider: Change the AWS SDK for Go v2 API client
[`BackoffDelayer`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2@&#8203;v1.26.1/aws/retry#BackoffDelayer)
to maintain behavioral compatibility with AWS SDK for Go v1
([#&#8203;37404](https://togithub.com/hashicorp/terraform-provider-aws/issues/37404))

</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/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
xunleii pushed a commit that referenced this pull request May 19, 2024
[![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://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.48.0` -> `5.49.0` | [![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.49.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5490-May-10-2024)

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

FEATURES:

- **New Data Source:** `aws_datazone_environment_blueprint`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))
- **New Resource:** `aws_bedrockagent_data_source`
([#&#8203;37158](https://togithub.com/hashicorp/terraform-provider-aws/issues/37158))
- **New Resource:** `aws_datazone_domain`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))
- **New Resource:** `aws_datazone_environment_blueprint_configuration`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))

ENHANCEMENTS:

- data-source/aws_iam_policy_document: Add `minified_json` attribute
([#&#8203;35677](https://togithub.com/hashicorp/terraform-provider-aws/issues/35677))
- resource/aws_dynamodb_table_export: Add plan-time validation of
`table_arn`
([#&#8203;37288](https://togithub.com/hashicorp/terraform-provider-aws/issues/37288))
- resource/aws_kms_key: Add `rotation_period_in_days` argument
([#&#8203;37140](https://togithub.com/hashicorp/terraform-provider-aws/issues/37140))
- resource/aws_securitylake_subscriber_notification: Better handles
importing resource
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Deprecates
`endpoint_id` in favor of `subscriber_endpoint`
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Handles
`configuration.https_notification_configuration.authorization_api_key_value`
as sensitive value
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))

BUG FIXES:

- data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set
`tags` on Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- data-source/aws_rds_orderable_db_instance: Fix `InvalidParameterValue:
Invalid value 3412 for MaxRecords. Must be between 20 and 1000` errors
([#&#8203;37251](https://togithub.com/hashicorp/terraform-provider-aws/issues/37251))
- data-source/aws_resourceexplorer2\_search: Fix 401 unauthorized error
due to missing `view_arn` in the AWS API request
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- data-source/aws_resourceexplorer2\_search: Fix panic caused by bad
mappping between Terraform and AWS schemas
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- data-source/aws_resourceexplorer2\_search: Fix state persistence and
data types
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- resource/aws_bedrockagent_agent: Fix to use the configured
`prepare_agent` value (or default value of `true` when omitted) for all
create and update operations
([#&#8203;37405](https://togithub.com/hashicorp/terraform-provider-aws/issues/37405))
- resource/aws_elasticsearch_domain: Fix handling of unset
`auto_tune_options.rollback_on_disable` argument
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_fsx_ontap_storage_virtual_machine: Correctly set `tags`
and `tags_all` on resource Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- resource/aws_fsx_openzfs_file_system: Correctly set `tags` and
`tags_all` on resource Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- resource/aws_kms_custom_key_store: Change `trust_anchor_certificate`
to
[ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
([#&#8203;37092](https://togithub.com/hashicorp/terraform-provider-aws/issues/37092))
- resource/aws_opensearch_domain: Fix handling of unset
`auto_tune_options.rollback_on_disable` argument
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_opensearch_domain: Wait for `auto_tune_options` to be
applied during creation
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_securitylake_aws_log_source: Correctly handles
unspecified `source_version`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_aws_log_source: Prevents errors when
creating multiple log sources concurrently
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_custom_log_source: Prevents errors when
creating multiple log sources concurrently
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_custom_log_source: Validates length of
`source_name` parameter
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Allow more than one log source
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly handles unspecified
`access_type`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly handles unspecified
`source_version` parameter for `aws_log_source_resource` and
`custom_log_source_resource`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly requires `source_name`
parameter for `aws_log_source_resource` and `custom_log_source_resource`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber_notification: No longer recreates
resource when not needed
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Requires value for
`configuration.https_notification_configuration.endpoint`
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/provider: Change the AWS SDK for Go v2 API client
[`BackoffDelayer`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2@&#8203;v1.26.1/aws/retry#BackoffDelayer)
to maintain behavioral compatibility with AWS SDK for Go v1
([#&#8203;37404](https://togithub.com/hashicorp/terraform-provider-aws/issues/37404))

</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/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
xunleii pushed a commit that referenced this pull request May 19, 2024
[![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://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.48.0` -> `5.49.0` | [![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.49.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5490-May-10-2024)

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

FEATURES:

- **New Data Source:** `aws_datazone_environment_blueprint`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))
- **New Resource:** `aws_bedrockagent_data_source`
([#&#8203;37158](https://togithub.com/hashicorp/terraform-provider-aws/issues/37158))
- **New Resource:** `aws_datazone_domain`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))
- **New Resource:** `aws_datazone_environment_blueprint_configuration`
([#&#8203;36600](https://togithub.com/hashicorp/terraform-provider-aws/issues/36600))

ENHANCEMENTS:

- data-source/aws_iam_policy_document: Add `minified_json` attribute
([#&#8203;35677](https://togithub.com/hashicorp/terraform-provider-aws/issues/35677))
- resource/aws_dynamodb_table_export: Add plan-time validation of
`table_arn`
([#&#8203;37288](https://togithub.com/hashicorp/terraform-provider-aws/issues/37288))
- resource/aws_kms_key: Add `rotation_period_in_days` argument
([#&#8203;37140](https://togithub.com/hashicorp/terraform-provider-aws/issues/37140))
- resource/aws_securitylake_subscriber_notification: Better handles
importing resource
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Deprecates
`endpoint_id` in favor of `subscriber_endpoint`
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Handles
`configuration.https_notification_configuration.authorization_api_key_value`
as sensitive value
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))

BUG FIXES:

- data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set
`tags` on Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- data-source/aws_rds_orderable_db_instance: Fix `InvalidParameterValue:
Invalid value 3412 for MaxRecords. Must be between 20 and 1000` errors
([#&#8203;37251](https://togithub.com/hashicorp/terraform-provider-aws/issues/37251))
- data-source/aws_resourceexplorer2\_search: Fix 401 unauthorized error
due to missing `view_arn` in the AWS API request
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- data-source/aws_resourceexplorer2\_search: Fix panic caused by bad
mappping between Terraform and AWS schemas
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- data-source/aws_resourceexplorer2\_search: Fix state persistence and
data types
([#&#8203;36778](https://togithub.com/hashicorp/terraform-provider-aws/issues/36778))
- resource/aws_bedrockagent_agent: Fix to use the configured
`prepare_agent` value (or default value of `true` when omitted) for all
create and update operations
([#&#8203;37405](https://togithub.com/hashicorp/terraform-provider-aws/issues/37405))
- resource/aws_elasticsearch_domain: Fix handling of unset
`auto_tune_options.rollback_on_disable` argument
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_fsx_ontap_storage_virtual_machine: Correctly set `tags`
and `tags_all` on resource Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- resource/aws_fsx_openzfs_file_system: Correctly set `tags` and
`tags_all` on resource Read
([#&#8203;37353](https://togithub.com/hashicorp/terraform-provider-aws/issues/37353))
- resource/aws_kms_custom_key_store: Change `trust_anchor_certificate`
to
[ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
([#&#8203;37092](https://togithub.com/hashicorp/terraform-provider-aws/issues/37092))
- resource/aws_opensearch_domain: Fix handling of unset
`auto_tune_options.rollback_on_disable` argument
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_opensearch_domain: Wait for `auto_tune_options` to be
applied during creation
([#&#8203;37394](https://togithub.com/hashicorp/terraform-provider-aws/issues/37394))
- resource/aws_securitylake_aws_log_source: Correctly handles
unspecified `source_version`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_aws_log_source: Prevents errors when
creating multiple log sources concurrently
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_custom_log_source: Prevents errors when
creating multiple log sources concurrently
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_custom_log_source: Validates length of
`source_name` parameter
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Allow more than one log source
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly handles unspecified
`access_type`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly handles unspecified
`source_version` parameter for `aws_log_source_resource` and
`custom_log_source_resource`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber: Correctly requires `source_name`
parameter for `aws_log_source_resource` and `custom_log_source_resource`
([#&#8203;36268](https://togithub.com/hashicorp/terraform-provider-aws/issues/36268))
- resource/aws_securitylake_subscriber_notification: No longer recreates
resource when not needed
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/aws_securitylake_subscriber_notification: Requires value for
`configuration.https_notification_configuration.endpoint`
([#&#8203;37332](https://togithub.com/hashicorp/terraform-provider-aws/issues/37332))
- resource/provider: Change the AWS SDK for Go v2 API client
[`BackoffDelayer`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2@&#8203;v1.26.1/aws/retry#BackoffDelayer)
to maintain behavioral compatibility with AWS SDK for Go v1
([#&#8203;37404](https://togithub.com/hashicorp/terraform-provider-aws/issues/37404))

</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/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants