Skip to content

Bump hashicorp/aws from 4.14.0 to 4.57.0#45

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/terraform/hashicorp/aws-4.57.0
Closed

Bump hashicorp/aws from 4.14.0 to 4.57.0#45
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/terraform/hashicorp/aws-4.57.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps hashicorp/aws from 4.14.0 to 4.57.0.

Release notes

Sourced from hashicorp/aws's releases.

v4.57.0

NOTES:

  • resource/aws_dms_endpoint: The s3_settings argument has been deprecated. All configurations using aws_dms_endpoint.*.s3_settings should be updated to use the aws_dms_s3_endpoint resource instead (#29728)
  • resource/aws_networkmanager_core_network: The base_policy_region argument is being deprecated in favor of the new base_policy_regions argument. (#29623)

FEATURES:

  • New Resource: aws_lightsail_bucket_resource_access (#29460)

ENHANCEMENTS:

  • data-source/aws_launch_template: Add instance_requirements.allowed_instance_types and instance_requirements.network_bandwidth_gbps attributes (#29140)
  • resource/aws_autoscaling_group: Add auto_rollback to the instance_refresh.preferences configuration block (#29513)
  • resource/aws_autoscaling_group: Add mixed_instances_policy.launch_template.override.instance_requirements.allowed_instance_types and mixed_instances_policy.launch_template.override.instance_requirements.network_bandwidth_gbps arguments (#29140)
  • resource/aws_autoscaling_policy: Add metrics to the target_tracking_configuration.customized_metric_specification configuration block in support of metric math (#28560)
  • resource/aws_cloudtrail_event_data_store: Add kms_key_id argument (#29224)
  • resource/aws_dms_endpoint: Add ability to use AWS Secrets Manager with the db2 engine (#29380)
  • resource/aws_dms_endpoint: Add support for azure-sql-managed-instance engine_name value (#28960)
  • resource/aws_dms_s3_endpoint: Add detach_target_on_lob_lookup_failure_parquet argument (#29772)
  • resource/aws_ec2_fleet: Add fleet_instance_set, fleet_state, fulfilled_capacity, and fulfilled_on_demand_capacity attributes (#29181)
  • resource/aws_ec2_fleet: Add launch_template_config.override.instance_requirements.allowed_instance_types and launch_template_config.override.instance_requirements.network_bandwidth_gbps arguments (#29140)
  • resource/aws_ec2_fleet: Add on_demand_options.capacity_reservation_options,on_demand_options.max_total_price, on_demand_options.min_target_capacity, on_demand_options.single_availability_zone and on_demand_options.single_instance_type arguments (#29181)
  • resource/aws_ec2_fleet: Add spot_options.maintenance_strategies.capacity_rebalance.termination_delay argument (#29181)
  • resource/aws_ec2_fleet: Add valid_from and valid_until arguments (#29181)
  • resource/aws_lambda_function: Add skip_destroy argument (#29646)
  • resource/aws_lambda_function: Add configurable timeout for Delete (#29646)
  • resource/aws_lambda_function: Add plan time validators for memory_size, role, and timeout (#29721)
  • resource/aws_lambda_function: Retry (up to the configurable timeout) deletion of replicated Lambda@Edge functions (#29646)
  • resource/aws_launch_template: Add instance_requirements.allowed_instance_types and instance_requirements.network_bandwidth_gbps arguments (#29140)
  • resource/aws_networkmanager_core_network: Add base_policy_regions argument (#29623)
  • resource/aws_spot_fleet_request: Add launch_template_config.overrides.instance_requirements.allowed_instance_types and launch_template_config.overrides.instance_requirements.network_bandwidth_gbps arguments (#29140)
  • resource/aws_transfer_server: Add support for on_partial_upload block on the workflow_details attribute. (#27730)
  • resource/aws_transfer_user: Add configurable timeout for Delete (#27563)

BUG FIXES:

  • resource/aws_dms_endpoint: Trigger updates based on adding new extra_connection_attributes (#29772)
  • resource/aws_instance: When encountering InsufficientInstanceCapacity errors, do not retry in order to fail faster, as this error is typically not resolvable in the near future (#21293)
  • resource/aws_transfer_server: Allow the removal of workflow_details attribute. (#27730)
  • resource/aws_transfer_user: Fix bug preventing removal of all home_directory_mappings due to empty list validation error (#27563)

v4.56.0

NOTES:

  • resource/aws_lambda_function: Updated to AWS SDK V2 (#29615)

FEATURES:

  • New Data Source: aws_vpc_security_group_rule (#29484)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

4.57.0 (March 3, 2023)

NOTES:

  • resource/aws_dms_endpoint: The s3_settings argument has been deprecated. All configurations using aws_dms_endpoint.*.s3_settings should be updated to use the aws_dms_s3_endpoint resource instead (#29728)
  • resource/aws_networkmanager_core_network: The base_policy_region argument is being deprecated in favor of the new base_policy_regions argument. (#29623)

FEATURES:

  • New Resource: aws_lightsail_bucket_resource_access (#29460)

ENHANCEMENTS:

  • data-source/aws_launch_template: Add instance_requirements.allowed_instance_types and instance_requirements.network_bandwidth_gbps attributes (#29140)
  • resource/aws_autoscaling_group: Add auto_rollback to the instance_refresh.preferences configuration block (#29513)
  • resource/aws_autoscaling_group: Add mixed_instances_policy.launch_template.override.instance_requirements.allowed_instance_types and mixed_instances_policy.launch_template.override.instance_requirements.network_bandwidth_gbps arguments (#29140)
  • resource/aws_autoscaling_policy: Add metrics to the target_tracking_configuration.customized_metric_specification configuration block in support of metric math (#28560)
  • resource/aws_cloudtrail_event_data_store: Add kms_key_id argument (#29224)
  • resource/aws_dms_endpoint: Add ability to use AWS Secrets Manager with the db2 engine (#29380)
  • resource/aws_dms_endpoint: Add support for azure-sql-managed-instance engine_name value (#28960)
  • resource/aws_dms_s3_endpoint: Add detach_target_on_lob_lookup_failure_parquet argument (#29772)
  • resource/aws_ec2_fleet: Add fleet_instance_set, fleet_state, fulfilled_capacity, and fulfilled_on_demand_capacity attributes (#29181)
  • resource/aws_ec2_fleet: Add launch_template_config.override.instance_requirements.allowed_instance_types and launch_template_config.override.instance_requirements.network_bandwidth_gbps arguments (#29140)
  • resource/aws_ec2_fleet: Add on_demand_options.capacity_reservation_options,on_demand_options.max_total_price, on_demand_options.min_target_capacity, on_demand_options.single_availability_zone and on_demand_options.single_instance_type arguments (#29181)
  • resource/aws_ec2_fleet: Add spot_options.maintenance_strategies.capacity_rebalance.termination_delay argument (#29181)
  • resource/aws_ec2_fleet: Add valid_from and valid_until arguments (#29181)
  • resource/aws_lambda_function: Add skip_destroy argument (#29646)
  • resource/aws_lambda_function: Add configurable timeout for Delete (#29646)
  • resource/aws_lambda_function: Add plan time validators for memory_size, role, and timeout (#29721)
  • resource/aws_lambda_function: Retry (up to the configurable timeout) deletion of replicated Lambda@Edge functions (#29646)
  • resource/aws_launch_template: Add instance_requirements.allowed_instance_types and instance_requirements.network_bandwidth_gbps arguments (#29140)
  • resource/aws_networkmanager_core_network: Add base_policy_regions argument (#29623)
  • resource/aws_spot_fleet_request: Add launch_template_config.overrides.instance_requirements.allowed_instance_types and launch_template_config.overrides.instance_requirements.network_bandwidth_gbps arguments (#29140)
  • resource/aws_transfer_server: Add support for on_partial_upload block on the workflow_details attribute. (#27730)
  • resource/aws_transfer_user: Add configurable timeout for Delete (#27563)

BUG FIXES:

  • resource/aws_dms_endpoint: Trigger updates based on adding new extra_connection_attributes (#29772)
  • resource/aws_instance: When encountering InsufficientInstanceCapacity errors, do not retry in order to fail faster, as this error is typically not resolvable in the near future (#21293)
  • resource/aws_transfer_server: Allow the removal of workflow_details attribute. (#27730)
  • resource/aws_transfer_user: Fix bug preventing removal of all home_directory_mappings due to empty list validation error (#27563)

4.56.0 (February 24, 2023)

NOTES:

  • resource/aws_lambda_function: Updated to AWS SDK V2 (#29615)

FEATURES:

... (truncated)

Commits
  • 941ee25 Update CHANGELOG.md for #29772
  • bcfe125 Merge pull request #29772 from hashicorp/f-add-detach-target-on-lob-lookup-fa...
  • f29ec36 dms/s3_endpoint: Add new test
  • 8e0fc55 dms/s3_endpoint: Add argument
  • 91e5934 dms/endpoint: Update tests
  • 53de8db dms/s3_endpoint: Add argument
  • 4fc6074 acctest: Add negative regexp match
  • 584a8cd Add changelog
  • e1de107 dms/endpoint: Add s3 setting detachTargetOnLobLookupFailureParquet
  • 3c8243d Update CHANGELOG.md for #29641
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 4.14.0 to 4.57.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v4.14.0...v4.57.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 7, 2023

Superseded by #46.

@dependabot dependabot bot closed this Mar 7, 2023
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/aws-4.57.0 branch March 7, 2023 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants