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.41.0 #272

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.40.0 -> 5.41.0

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.41.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5410-March-14-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.40.0...v5.41.0) FEATURES: - **New Data Source:** `aws_apprunner_hosted_zone_id` ([#​36288](https://togithub.com/hashicorp/terraform-provider-aws/issues/36288)) - **New Data Source:** `aws_medialive_input` ([#​36307](https://togithub.com/hashicorp/terraform-provider-aws/issues/36307)) - **New Resource:** `aws_lakeformation_data_cells_filter` ([#​36264](https://togithub.com/hashicorp/terraform-provider-aws/issues/36264)) - **New Resource:** `aws_securityhub_configuration_policy` ([#​35752](https://togithub.com/hashicorp/terraform-provider-aws/issues/35752)) - **New Resource:** `aws_securityhub_configuration_policy_association` ([#​35752](https://togithub.com/hashicorp/terraform-provider-aws/issues/35752)) - **New Resource:** `aws_securitylake_subscriber_notification` ([#​36323](https://togithub.com/hashicorp/terraform-provider-aws/issues/36323)) ENHANCEMENTS: - data-source/aws_ec2\_transit_gateway_peering_attachment: Add `state` attribute ([#​36304](https://togithub.com/hashicorp/terraform-provider-aws/issues/36304)) - data-source/aws_lakeformation_permissions: Add `data_cells_filter` attribute ([#​36264](https://togithub.com/hashicorp/terraform-provider-aws/issues/36264)) - data-source/aws_ram_resource_share: `name` is Optional ([#​36062](https://togithub.com/hashicorp/terraform-provider-aws/issues/36062)) - resource/aws_cognito_user_pool: Add `pre_token_generation_config` configuration block ([#​35236](https://togithub.com/hashicorp/terraform-provider-aws/issues/35236)) - resource/aws_ec2\_transit_gateway_peering_attachment: Add `state` attribute ([#​36304](https://togithub.com/hashicorp/terraform-provider-aws/issues/36304)) - resource/aws_ecs_cluster: Add default value (`DEFAULT`) for `configuration.execute_command_configuration.logging` ([#​36341](https://togithub.com/hashicorp/terraform-provider-aws/issues/36341)) - resource/aws_lakeformation_permissions: Add `data_cells_filter` attribute ([#​36264](https://togithub.com/hashicorp/terraform-provider-aws/issues/36264)) - resource/aws_ram_resource_association: Add plan-time validation of `resource_arn` and `resource_share_arn` ([#​36062](https://togithub.com/hashicorp/terraform-provider-aws/issues/36062)) - resource/aws_route53domains_registered_domain: Add `billing_contact` and `billing_privacy` arguments ([#​36285](https://togithub.com/hashicorp/terraform-provider-aws/issues/36285)) - resource/aws_securityhub_organization_configuration: Add `organization_configuration` configuration block to support [central configuration](https://docs.aws.amazon.com/securityhub/latest/userguide/start-central-configuration.html) ([#​35752](https://togithub.com/hashicorp/terraform-provider-aws/issues/35752)) - resource/aws_securityhub_organization_configuration: Set `auto_enable` to `false`, `auto_enable_standards` to `NONE`, and `organization_configuration.configuration_type` to `LOCAL` on resource Delete ([#​35752](https://togithub.com/hashicorp/terraform-provider-aws/issues/35752)) BUG FIXES: - data-source/aws_iam_policy_document: Fix `Failed to marshal state to json: unsupported attribute "override_json"` and `Failed to marshal state to json: unsupported attribute "source_json"` errors when running `terraform show -json` or `terraform state rm` ([#​36383](https://togithub.com/hashicorp/terraform-provider-aws/issues/36383)) - data-source/aws_opensearch_domain : Add `auto_tune_options.use_off_peak_window` attribute. This fixes a regression introduced in [v5.40.0](https://togithub.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5400-march--7-2024) causing `Invalid address to set` errors ([#​36298](https://togithub.com/hashicorp/terraform-provider-aws/issues/36298)) - resource/aws_cognito_identity_pool: Fix handling of resources deleted out of band ([#​36100](https://togithub.com/hashicorp/terraform-provider-aws/issues/36100)) - resource/aws_cognito_identity_provider: Fix `InvalidParameterException: ActiveEncryptionCertificate is not a valid key for SAML identity provider details` errors on resource Update ([#​36311](https://togithub.com/hashicorp/terraform-provider-aws/issues/36311)) - resource/aws_ec2\_instance: Remove [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) from `ipv6_address_count` ([#​36308](https://togithub.com/hashicorp/terraform-provider-aws/issues/36308)) - resource/aws_ecs_cluster: Fix `panic: interface conversion: interface {} is nil, not map[string]interface {}` when `configuration`, `configuration.execute_command_configuration`, or `configuration.execute_command_configuration.log_configuration` are empty ([#​36341](https://togithub.com/hashicorp/terraform-provider-aws/issues/36341)) - resource/aws_ecs_service: Fix `panic: interface conversion: interface {} is nil, not map[string]interface {}` when `service_connect_configuration.service.timeout` is empty ([#​36309](https://togithub.com/hashicorp/terraform-provider-aws/issues/36309)) - resource/aws_ecs_service: `service_connect_configuration.service.tls.issuer_cert_authority.aws_pca_authority_arn` is Required ([#​36309](https://togithub.com/hashicorp/terraform-provider-aws/issues/36309)) - resource/aws_elasticache_replication_group: Fix bugs causing errors like `InvalidReplicationGroupState: Cluster not in available state to perform tagging operations.` ([#​36310](https://togithub.com/hashicorp/terraform-provider-aws/issues/36310)) - resource/aws_finspace_kx_cluster: Prevent `command_line_arguments` and `initialization_script` updates from overwriting one another ([#​36361](https://togithub.com/hashicorp/terraform-provider-aws/issues/36361)) - resource/aws_network_acl_rule: Fix `InvalidNetworkAclID.NotFound` errors on resource Delete ([#​36326](https://togithub.com/hashicorp/terraform-provider-aws/issues/36326)) - resource/aws_network_acl_rule: Prevent creation of duplicate Terraform resources ([#​36326](https://togithub.com/hashicorp/terraform-provider-aws/issues/36326)) - resource/aws_ram_principal_association: Prevent creation of duplicate Terraform resources ([#​36062](https://togithub.com/hashicorp/terraform-provider-aws/issues/36062)) - resource/aws_ram_principal_association: Remove from state on resource Read if `principal` is disassociated outside of Terraform ([#​36062](https://togithub.com/hashicorp/terraform-provider-aws/issues/36062)) - resource/aws_ram_resource_association: Prevent creation of duplicate Terraform resources ([#​36062](https://togithub.com/hashicorp/terraform-provider-aws/issues/36062)) - resource/aws_route: Prevent creation of duplicate Terraform resources ([#​36326](https://togithub.com/hashicorp/terraform-provider-aws/issues/36326)) - resource/aws_route_table: Fix `couldn't find resource` errors on resource Delete ([#​36326](https://togithub.com/hashicorp/terraform-provider-aws/issues/36326)) - resource/aws_vpn_connection: Correct plan-time validation of `tunnel1_inside_ipv6_cidr` and `tunnel2_inside_ipv6_cidr` ([#​36236](https://togithub.com/hashicorp/terraform-provider-aws/issues/36236))

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 8 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.