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

Update Terraform aws to ~> 4.57 #1608

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Update Terraform aws to ~> 4.57 #1608

merged 1 commit into from
Mar 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor ~> 4.56 -> ~> 4.57

Release Notes

hashicorp/terraform-provider-aws

v4.57.1

Compare Source

BUG FIXES:

  • resource/aws_lambda_function: Prevent Provider produced inconsistent final plan errors produced by null skip_destroy attribute value. NOTE: Because the maintainers have been unable to reproduce the reported problem, the fix is best effort and we ask for community support in verifying the fix. (#​29812)

v4.57.0

Compare Source

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)

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.

@renovate renovate bot force-pushed the renovate/aws-4.x branch 3 times, most recently from cf7ae06 to d1a968d Compare January 15, 2023 22:53
@renovate renovate bot force-pushed the renovate/aws-4.x branch 2 times, most recently from cbab4f1 to a2430c0 Compare January 23, 2023 08:37
@renovate renovate bot changed the title Update Terraform aws to v4 chore(deps): update terraform aws to v4 Jan 23, 2023
@renovate renovate bot force-pushed the renovate/aws-4.x branch 4 times, most recently from 95079bf to 2ed1a07 Compare January 27, 2023 10:13
@renovate renovate bot force-pushed the renovate/aws-4.x branch 6 times, most recently from ea3ca0a to e00a45a Compare February 8, 2023 12:01
@renovate renovate bot changed the title chore(deps): update terraform aws to v4 Update Terraform aws to v4 Feb 8, 2023
@renovate renovate bot force-pushed the renovate/aws-4.x branch from e00a45a to 5baedeb Compare February 10, 2023 00:32
@renovate renovate bot requested a review from a team February 13, 2023 09:31
@renovate renovate bot force-pushed the renovate/aws-4.x branch 11 times, most recently from 85b3fe6 to d4d49e5 Compare February 20, 2023 22:09
@renovate renovate bot force-pushed the renovate/aws-4.x branch from d4d49e5 to bf6e6d5 Compare February 22, 2023 21:30
@renovate renovate bot changed the title Update Terraform aws to v4 chore(deps): update terraform aws to v4 Feb 22, 2023
@renovate renovate bot force-pushed the renovate/aws-4.x branch 2 times, most recently from af0a553 to 4ed997f Compare March 3, 2023 06:01
@renovate renovate bot force-pushed the renovate/aws-4.x branch 4 times, most recently from 6fce89b to 459ad27 Compare March 8, 2023 09:52
@renovate renovate bot changed the title chore(deps): update terraform aws to v4 Update Terraform aws to ~> 4.57 Mar 8, 2023
@renovate renovate bot force-pushed the renovate/aws-4.x branch from 459ad27 to 2ad30c0 Compare March 8, 2023 10:16
@renovate renovate bot force-pushed the renovate/aws-4.x branch from 2ad30c0 to 09bff19 Compare March 8, 2023 11:34
@amarthadan amarthadan merged commit 45f1e9b into master Mar 8, 2023
@amarthadan amarthadan deleted the renovate/aws-4.x branch March 8, 2023 12:02
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.

1 participant