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 v5.16.2 #30

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Update Terraform aws to v5.16.2 #30

merged 1 commit into from
Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.15.0 -> 5.16.2

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.16.2

Compare Source

FEATURES:

  • New Data Source: aws_cognito_identity_pool (#​33053)
  • New Resource: aws_verifiedaccess_trust_provider (#​33195)

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Change the default values of instance_refresh.preferences.scale_in_protected_instances and instance_refresh.preferences.standby_instances from Wait to the Amazon EC2 Auto Scaling console recommended value of Ignore (#​33382)
  • resource/aws_s3control_object_lambda_access_point: Add alias attribute (#​33388)

BUG FIXES:

  • resource/aws_autoscaling_group: Fix ValidationError errors when starting Auto Scaling group instance refresh (#​33382)
  • resource/aws_iot_topic_rule: Fix InvalidParameter errors on Update with Kafka destinations (#​33360)
  • resource/aws_lightsail_certificate: Fix validation of name (#​33405)
  • resource/aws_lightsail_database: Fix validation of name (#​33405)
  • resource/aws_lightsail_disk: Fix validation of name (#​33405)
  • resource/aws_lightsail_instance: Fix validation of name (#​33405)
  • resource/aws_lightsail_lb: Fix validation of lb_name (#​33405)
  • resource/aws_lightsail_lb_attachment: Fix validation of lb_name (#​33405)
  • resource/aws_lightsail_lb_certificate: Fix validation of lb_name (#​33405)
  • resource/aws_lightsail_lb_certificate_attachment: Fix validation of lb_name (#​33405)
  • resource/aws_lightsail_lb_https_redirection_policy: Fix validation of lb_name (#​33405)
  • resource/aws_lightsail_lb_stickiness_policy: Fix validation of lb_name (#​33405)

v5.16.1

Compare Source

BUG FIXES:

  • data-source/aws_efs_file_system: Fix Search returned 0 results errors when there are more than 101 file systems in the configured Region (#​33336)
  • resource/aws_db_instance_automated_backups_replication: Fix unexpected state errors on resource Create (#​33369)
  • resource/aws_glue_catalog_table: Fix removal of metadata_location and table_type parameters when updating Iceberg tables (#​33374)
  • resource/aws_service_discovery_instance: Fix validation error "expected to match regular expression" (#​33371)

v5.16.0

Compare Source

NOTES:

  • provider: Performance regression introduced in v5.14.0 should be largely mitigated (#​33317)

FEATURES:

  • New Resource: aws_shield_drt_access_log_bucket_association (#​33328)
  • New Resource: aws_shield_drt_access_role_arn_association (#​33328)

ENHANCEMENTS:

  • data-source/aws_api_gateway_api_key: Add customer_id attribute (#​33281)
  • data-source/aws_fsx_windows_file_system: Add disk_iops_configuration attribute (#​33303)
  • data-source/aws_opensearch_domain: Add software_update_options attribute (#​32234)
  • data-source/aws_s3_objects: Add request_payer argument and request_charged attribute (#​33304)
  • data-source/aws_s3_objects: Add plan-time validation of encoding_type (#​33304)
  • resource/aws_api_gateway_account: Add api_key_version and features attributes (#​33279)
  • resource/aws_api_gateway_api_key: Add customer_id argument (#​33281)
  • resource/aws_api_gateway_api_key: Allow updating name (#​33281)
  • resource/aws_autoscaling_group: Add scale_in_protected_instances and standby_instances attributes to instance_refresh.preferences configuration block (#​33310)
  • resource/aws_dms_endpoint: Add redshift-serverless as valid value for engine_name (#​33316)
  • resource/aws_elasticache_cluster: Add transit_encryption_enabled argument, enabling in-transit encryption for Memcached clusters inside a VPC (#​26987)
  • resource/aws_fsx_windows_file_system: Add disk_iops_configuration configuration block (#​33303)
  • resource/aws_glue_catalog_table: Add open_table_format_input configuration block to support open table formats such as Apache Iceberg (#​33274)
  • resource/aws_medialive_channel: Implement expand/flatten functions for automatic_input_failover_settings in input_attachments (#​33129)
  • resource/aws_opensearch_domain: Add software_update_options attribute (#​32234)
  • resource/aws_ssm_association: Add sync_compliance attribute (#​23515)

BUG FIXES:

  • data-source/aws_identitystore_group: Restore filter argument to prevent UnknownOperationException errors in certain Regions (#​33311)
  • data-source/aws_identitystore_user: Restore filter argument to prevent UnknownOperationException errors in certain Regions (#​33311)
  • data-source/aws_s3_objects: Respect configured max_keys value if it's greater than 1000 (#​33304)
  • resource/aws_api_gateway_account: Allow setting cloudwatch_role_arn to an empty value and set it correctly on Read, allowing its value to be determined on import (#​33279)
  • resource/aws_fsx_ontap_file_system: Increase maximum value of disk_iops_configuration.iops to 160000 (#​33263)
  • resource/aws_servicecatalog_principal_portfolio_association: Fix ResourceNotFoundException errors on resource Delete when configured principal_type is IAM_PATTERN (#​32243)

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.


  • 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 added the enhancement New feature or request label Sep 8, 2023
@renovate renovate bot changed the title Update Terraform aws to v5.16.0 Update Terraform aws to v5.16.1 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from b9a6ebb to e971d2c Compare September 8, 2023 23:55
@renovate renovate bot changed the title Update Terraform aws to v5.16.1 Update Terraform aws to v5.16.2 Sep 12, 2023
@jnonino jnonino self-assigned this Sep 12, 2023
@jnonino jnonino merged commit ad8746c into main Sep 12, 2023
16 checks passed
@jnonino jnonino deleted the renovate/aws-5.x-lockfile branch September 12, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant