reviewdog / action-trivy

MIT License
9 stars 7 forks source link

chore(deps): update terraform aws to ~> 5.29.0 #3

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor ~> 5.26.0 -> ~> 5.29.0

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.29.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5290-November-30-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.28.0...v5.29.0) FEATURES: - **New Resource:** `aws_docdbelastic_cluster` ([#​31033](https://togithub.com/hashicorp/terraform-provider-aws/issues/31033)) - **New Resource:** `aws_eks_pod_identity_association` ([#​34566](https://togithub.com/hashicorp/terraform-provider-aws/issues/34566)) ENHANCEMENTS: - resource/aws_docdb_cluster: Add `storage_type` argument ([#​34637](https://togithub.com/hashicorp/terraform-provider-aws/issues/34637)) - resource/aws_neptune_parameter_group: Add `name_prefix` argument ([#​34500](https://togithub.com/hashicorp/terraform-provider-aws/issues/34500)) BUG FIXES: - resource/aws_networkmanager_attachment_accepter: Now revokes attachment on deletion for VPC Attachments ([#​34547](https://togithub.com/hashicorp/terraform-provider-aws/issues/34547)) - resource/aws_networkmanager_vpc_attachment: Fixes error when modifying `options` fields while waiting for acceptance ([#​34547](https://togithub.com/hashicorp/terraform-provider-aws/issues/34547)) - resource/aws_networkmanager_vpc_attachment: Fixes error where VPC Attachments waiting for acceptance could not be deleted ([#​34547](https://togithub.com/hashicorp/terraform-provider-aws/issues/34547)) - resource/aws_s3\_directory_bucket: Fix `NotImplemented: This bucket does not support Object Versioning` errors on resource Delete when `force_destroy` is `true` ([#​34647](https://togithub.com/hashicorp/terraform-provider-aws/issues/34647)) ### [`v5.28.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5280-November-29-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.27.0...v5.28.0) FEATURES: - **New Data Source:** `aws_s3_directory_buckets` ([#​34612](https://togithub.com/hashicorp/terraform-provider-aws/issues/34612)) - **New Resource:** `aws_s3_directory_bucket` ([#​34612](https://togithub.com/hashicorp/terraform-provider-aws/issues/34612)) ENHANCEMENTS: - resource/aws_s3control_access_grants_instance: Add `identity_center_arn` argument and `identity_center_application_arn` attribute ([#​34582](https://togithub.com/hashicorp/terraform-provider-aws/issues/34582)) BUG FIXES: - resource/aws_elaticache_replication_group: Fix regression caused by the introduction of the `auth_token_update_strategy` argument with a default value ([#​34600](https://togithub.com/hashicorp/terraform-provider-aws/issues/34600)) ### [`v5.27.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5270-November-27-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.26.0...v5.27.0) NOTES: - provider: This release includes an update to the AWS SDK for Go v2 with breaking type changes to several services: `internetmonitor`, `ivschat`, `pipes`, and `s3`. These changes primarily affect how arguments with default values are serialized for outbound requests, changing scalar types to pointers. See [this AWS SDK for Go V2 issue](https://togithub.com/aws/aws-sdk-go-v2/issues/2162) for additional context. The corresponding provider changes should make this breakfix transparent to users, but as with any breaking change there is the potential for missed edge cases. If errors are observed in the impacted resources, please link to this dependency update pull request in the bug report ([#​34476](https://togithub.com/hashicorp/terraform-provider-aws/issues/34476)) FEATURES: - **New Data Source:** `aws_emr_supported_instance_types` ([#​34481](https://togithub.com/hashicorp/terraform-provider-aws/issues/34481)) - **New Resource:** `aws_apprunner_default_auto_scaling_configuration_version` ([#​34292](https://togithub.com/hashicorp/terraform-provider-aws/issues/34292)) - **New Resource:** `aws_lexv2models_bot_version` ([#​33858](https://togithub.com/hashicorp/terraform-provider-aws/issues/33858)) - **New Resource:** `aws_s3control_access_grant` ([#​34564](https://togithub.com/hashicorp/terraform-provider-aws/issues/34564)) - **New Resource:** `aws_s3control_access_grants_instance` ([#​34564](https://togithub.com/hashicorp/terraform-provider-aws/issues/34564)) - **New Resource:** `aws_s3control_access_grants_instance_resource_policy` ([#​34564](https://togithub.com/hashicorp/terraform-provider-aws/issues/34564)) - **New Resource:** `aws_s3control_access_grants_location` ([#​34564](https://togithub.com/hashicorp/terraform-provider-aws/issues/34564)) ENHANCEMENTS: - resource/aws_apprunner_auto_scaling_configuration_version: Add `has_associated_service` and `is_default` attributes ([#​34292](https://togithub.com/hashicorp/terraform-provider-aws/issues/34292)) - resource/aws_apprunner_service: Add `network_configuration.ip_address_type` argument ([#​34292](https://togithub.com/hashicorp/terraform-provider-aws/issues/34292)) - resource/aws_apprunner_service: Add `source_configuration.code_repository.source_directory` argument to support monorepos ([#​34292](https://togithub.com/hashicorp/terraform-provider-aws/issues/34292)) - resource/aws_apprunner_service: Allow `health_check_configuration` to be updated in-place ([#​34292](https://togithub.com/hashicorp/terraform-provider-aws/issues/34292)) - resource/aws_cloudwatch_event_rule: Add `state` parameter and deprecate `is_enabled` parameter ([#​34510](https://togithub.com/hashicorp/terraform-provider-aws/issues/34510)) - resource/aws_elaticache_replication_group: Add `auth_token_update_strategy` argument ([#​34460](https://togithub.com/hashicorp/terraform-provider-aws/issues/34460)) - resource/aws_lambda_function: Add support for `java21` `runtime` value ([#​34476](https://togithub.com/hashicorp/terraform-provider-aws/issues/34476)) - resource/aws_lambda_function: Add support for `python3.12` `runtime` value ([#​34533](https://togithub.com/hashicorp/terraform-provider-aws/issues/34533)) - resource/aws_lambda_layer_version: Add support for `java21` `compatible_runtimes` value ([#​34476](https://togithub.com/hashicorp/terraform-provider-aws/issues/34476)) - resource/aws_lambda_layer_version: Add support for `python3.12` `compatible_runtimes` value ([#​34533](https://togithub.com/hashicorp/terraform-provider-aws/issues/34533)) - resource/aws_s3\_bucket_logging: Add `target_object_key_format` configuration block to support [automatic date-based partitioning](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html#server-access-logging-overview) ([#​34504](https://togithub.com/hashicorp/terraform-provider-aws/issues/34504)) BUG FIXES: - resource/aws_appflow_flow: Fix `InvalidParameter: 2 validation error(s) found` error when `destination_flow_config` or `task` is updated ([#​34456](https://togithub.com/hashicorp/terraform-provider-aws/issues/34456)) - resource/aws_appflow_flow: Fix `interface conversion: interface {} is nil, not map[string]interface {}` panic ([#​34456](https://togithub.com/hashicorp/terraform-provider-aws/issues/34456)) - resource/aws_apprunner_service: Correctly set `service_url` for private services ([#​34292](https://togithub.com/hashicorp/terraform-provider-aws/issues/34292)) - resource/aws_glue_trigger: Fix `ConcurrentModificationException: Workflow was modified while adding trigger ` errors ([#​34530](https://togithub.com/hashicorp/terraform-provider-aws/issues/34530)) - resource/aws_lb_target_group: Adds plan- and apply-time validation for invalid parameter combinations ([#​34488](https://togithub.com/hashicorp/terraform-provider-aws/issues/34488)) - resource/aws_lexv2\_bot_locale: Fix `voice_settings.engine` validation, value conversion errors ([#​34532](https://togithub.com/hashicorp/terraform-provider-aws/issues/34532)) - resource/aws_lexv2models_bot: Properly send `type` argument on create and update when configured ([#​34524](https://togithub.com/hashicorp/terraform-provider-aws/issues/34524)) - resource/aws_pipes_pipe: Fix error when zero value is sent to `source_parameters` on update ([#​34487](https://togithub.com/hashicorp/terraform-provider-aws/issues/34487))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.



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

github-actions[bot] commented 9 months ago

🏷️ [bumpr] Next version:v0.0.1