Hapag-Lloyd / terraform-aws-bastion-host-ssm

Terraform module to create an enterprise grade bastion host: High availability, SSM access only, encrypted disk and flexible resource naming.
Apache License 2.0
9 stars 4 forks source link

chore(deps): update terraform aws to v5.55.0 #322

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.54.1 -> 5.55.0

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.55.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5550-Unreleased) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.54.1...v5.55.0) FEATURES: - **New Resource:** `aws_drs_replication_configuration_template` ([#​26399](https://togithub.com/hashicorp/terraform-provider-aws/issues/26399)) ENHANCEMENTS: - data-source/aws_autoscaling_group: Add `mixed_instances_policy.launch_template.override.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price` attribute ([#​38003](https://togithub.com/hashicorp/terraform-provider-aws/issues/38003)) - data-source/aws_glue_catalog_table: Add `additional_locations` argument in `storage_descriptor` ([#​37891](https://togithub.com/hashicorp/terraform-provider-aws/issues/37891)) - data-source/aws_launch_template: Add `instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price` attribute ([#​38003](https://togithub.com/hashicorp/terraform-provider-aws/issues/38003)) - data-source/aws_networkmanager_core_network_policy_document: Add `attachment_policies.action.add_to_network_function_group` argument ([#​38013](https://togithub.com/hashicorp/terraform-provider-aws/issues/38013)) - data-source/aws_networkmanager_core_network_policy_document: Add `network_function_groups` configuration block ([#​38013](https://togithub.com/hashicorp/terraform-provider-aws/issues/38013)) - data-source/aws_networkmanager_core_network_policy_document: Add `send-via` and `send-to` as valid values for `segment_actions.action` ([#​38013](https://togithub.com/hashicorp/terraform-provider-aws/issues/38013)) - data-source/aws_networkmanager_core_network_policy_document: Add `single-hop` and `dual-hop` as valid values for `segment_actions.mode` ([#​38013](https://togithub.com/hashicorp/terraform-provider-aws/issues/38013)) - data-source/aws_networkmanager_core_network_policy_document: Add `when_sent_to` and `via` configuration blocks to `segment_actions` ([#​38013](https://togithub.com/hashicorp/terraform-provider-aws/issues/38013)) - resource/aws_api_gateway_integration: Increase maximum value of `timeout_milliseconds` from `29000` (29 seconds) to `300000` (5 minutes) ([#​38010](https://togithub.com/hashicorp/terraform-provider-aws/issues/38010)) - resource/aws_appsync_api_key: Add `api_key_id` attribute ([#​36568](https://togithub.com/hashicorp/terraform-provider-aws/issues/36568)) - resource/aws_autoscaling_group: Add `mixed_instances_policy.launch_template.override.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price` argument ([#​38003](https://togithub.com/hashicorp/terraform-provider-aws/issues/38003)) - resource/aws_autoscaling_group: Add plan-time validation of `warm_pool.max_group_prepared_capacity` and `warm_pool.min_size` ([#​37174](https://togithub.com/hashicorp/terraform-provider-aws/issues/37174)) - resource/aws_docdb_cluster: Add `restore_to_point_in_time` argument ([#​37716](https://togithub.com/hashicorp/terraform-provider-aws/issues/37716)) - resource/aws_dynamodb_table: Adds validation for `ttl` values. ([#​37991](https://togithub.com/hashicorp/terraform-provider-aws/issues/37991)) - resource/aws_ec2\_fleet: Add `launch_template_config.override.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price` argument ([#​38003](https://togithub.com/hashicorp/terraform-provider-aws/issues/38003)) - resource/aws_glue_catalog_table: Add `additional_locations` argument in `storage_descriptor` ([#​37891](https://togithub.com/hashicorp/terraform-provider-aws/issues/37891)) - resource/aws_glue_job: Add `maintenance_window` argument ([#​37760](https://togithub.com/hashicorp/terraform-provider-aws/issues/37760)) - resource/aws_launch_template: Add `instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price` argument ([#​38003](https://togithub.com/hashicorp/terraform-provider-aws/issues/38003)) BUG FIXES: - data-source/aws_ami: Fix `interface conversion: interface {} is types.ProductCodeValues, not string` panic ([#​37977](https://togithub.com/hashicorp/terraform-provider-aws/issues/37977)) - data-source/aws_networkmanager_core_network_policy_document: Add correct `except` values to the returned JSON document when `segment_actions.share_with_except` is configured ([#​38013](https://togithub.com/hashicorp/terraform-provider-aws/issues/38013)) - provider: Now falls back to non-FIPS endpoint if `use_fips_endpoint` is set and no FIPS endpoint is available ([#​38057](https://togithub.com/hashicorp/terraform-provider-aws/issues/38057)) - resource/aws_autoscaling_group: Fix bug updating `warm_pool.max_group_prepared_capacity` to `0` ([#​37174](https://togithub.com/hashicorp/terraform-provider-aws/issues/37174)) - resource/aws_dynamodb_table: Fixes perpetual diff when `ttl.attribute_name` is set when `ttl.enabled` is not set. ([#​37991](https://togithub.com/hashicorp/terraform-provider-aws/issues/37991)) - resource/aws_ec2\_network_insights_path: Mark `destination` as Optional ([#​36966](https://togithub.com/hashicorp/terraform-provider-aws/issues/36966)) - resource/aws_lambda_event_source_mapping: Remove the upper limit on `scaling_config.maximum_concurrency` ([#​37980](https://togithub.com/hashicorp/terraform-provider-aws/issues/37980)) - service/transitgateway: Fix resource Read pagination regression causing `NotFound` errors ([#​38011](https://togithub.com/hashicorp/terraform-provider-aws/issues/38011))

Configuration

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

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, 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 3 months ago

Hey @renovate[bot]! πŸ‘‹

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under the Apache 2.0 license.

The following ChatOps commands are supported:

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.