[go: nahoru, domu]

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.60.0 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Oct 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.45.0 -> 5.60.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.60.0

Compare Source

NOTES:

  • resource/aws_shield_subscription: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#​37637)

FEATURES:

  • New Data Source: aws_service_principal (#​38307)
  • New Resource: aws_shield_subscription (#​37637)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add kms_key_identifier attribute (#​38492)
  • data-source/aws_cur_report_definition: Add tags attribute (#​38483)
  • resource/aws_appflow_flow: Add metadata_catalog_config attribute (#​37566)
  • resource/aws_appflow_flow: Add prefix_hierarchy attribute to destination_flow_config.s3.s3_output_format_config (#​37566)
  • resource/aws_batch_job_definition: Add eks_properties.*.pod_properties.*.image_pull_secret argument (#​38517)
  • resource/aws_cloudformation_stack_set_instance: Add operation_preferences.concurrency_mode argument (#​38498)
  • resource/aws_cloudwatch_event_bus: Add kms_key_identifier argument (#​38492)
  • resource/aws_cur_report_definition: Add tags argument and tags_all attribute (#​38483)
  • resource/aws_db_cluster_snapshot: Add shared_accounts argument (#​34885)
  • resource/aws_db_snapshot_copy: Add shared_accounts argument (#​34843)
  • resource/aws_glue_connection: Add AZURECOSMOS, AZURESQL, BIGQUERY, OPENSEARCH, and SNOWFLAKE as valid values for the connection_type argument and SparkProperties as a valid value for the connection_properties argument (#​37731)
  • resource/aws_iam_role: Change from partial resource creation to resource creation failed if an inline_policy fails to create (#​38477)
  • resource/aws_rds_cluster: Add scaling_configuration.seconds_before_timeout argument (#​38451)
  • resource/aws_sesv2_configuration_set_event_destination: Add event_destination.event_bridge_destination configuration block (#​38458)
  • resource/aws_timestreamwrite_table: Fix runtime error: invalid memory address or nil pointer dereference panic when reading a non-existent table (#​38512)

BUG FIXES:

  • data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set tags on Read (#​38343)
  • data-source/aws_fsx_openzfs_snapshot: Correctly set tags on Read (#​38343)
  • resource/aws_ce_cost_category: Fix perpetual diff with the rule argument on update (#​38449)
  • resource/aws_codebuild_webhook: Remove errant validation on scope_configuration.domain argument (#​38513)
  • resource/aws_ecs_service: Fix error marshaling prior state: a number is required when upgrading from v5.58.0 to v5.59.0 (#​38490)
  • resource/aws_ecs_task_definition: Fix Provider produced inconsistent final plan errors when container_definitions is unknown (#​38471)
  • resource/aws_elasticache_replication_group: Fix error marshaling prior state when upgrading from v4.67.0 to v5.59.0 (#​38476)
  • resource/aws_fsx_openzfs_volume: Correctly set tags on Read (#​38343)
  • resource/aws_rds_cluster: Mark ca_certificate_identifier as Computed (#​38437)
  • resource/aws_rds_cluster: Use the configured copy_tags_to_snapshot value when restore_to_point_in_time is set (#​34044)
  • resource/aws_rds_cluster: Wait for no pending modified values on Update if apply_immediately is true. This fixes InvalidParameterCombination errors when updating engine_version (#​38437)

v5.59.0

Compare Source

FEATURES:

  • resource/aws_kinesis_firehose_delivery_stream: Add secrets_manager_configuration to redshift_configuration, snowflake_configuration, and splunk_configuration (#​38151)
  • New Data Source: aws_cloudfront_origin_access_control (#​36301)
  • New Data Source: aws_timestreamwrite_database (#​36368)
  • New Data Source: aws_timestreamwrite_table (#​36599)
  • New Resource: aws_datazone_project (#​38345)
  • New Resource: aws_grafana_workspace_service_account (#​38101)
  • New Resource: aws_grafana_workspace_service_account_token (#​38101)
  • New Resource: aws_rds_certificate (#​35003)
  • New Resource: aws_rekognition_stream_processor (#​37536)

ENHANCEMENTS:

  • data-source/aws_elasticache_replication_group: Add cluster_mode attribute (#​38002)
  • data-source/aws_lakeformation_data_lake_settings: Add allow_full_table_external_data_access attribute (#​34474)
  • data-source/aws_msk_cluster: Add broker_node_group_info attribute (#​37705)
  • resource/aws_bedrockagent_agent : Add skip_resource_in_use_check argument (#​37586)
  • resource/aws_bedrockagent_agent_action_group: Add action_group_executor.custom_control argument (#​37484)
  • resource/aws_bedrockagent_agent_action_group: Add function_schema configuration block (#​37484)
  • resource/aws_bedrockagent_agent_alias : Add routing_configuration.provisioned_throughput argument (#​37520)
  • resource/aws_codebuild_webhook: Add scope_configuration argument (#​38199)
  • resource/aws_codepipeline: Add timeout_in_minutes argument to the action configuration block (#​36316)
  • resource/aws_db_instance: Add engine_lifecycle_support argument (#​37708)
  • resource/aws_ecs_cluster: Add configuration.managed_storage_configuration argument (#​37932)
  • resource/aws_elasticache_replication_group: Add cluster_mode argument (#​38002)
  • resource/aws_emrserverless_application: Add interactive_configuration argument (#​37889)
  • resource/aws_fis_experiment_template: Add experiment_options configuration block (#​36900)
  • resource/aws_fsx_lustre_file_system: Add final_backup_tags and skip_final_backup arguments (#​37717)
  • resource/aws_fsx_ontap_volume: Add final_backup_tags argument (#​37717)
  • resource/aws_fsx_openzfs_file_system: Add delete_options and final_backup_tags arguments (#​37717)
  • resource/aws_fsx_windows_file_system: Add final_backup_tags argument (#​37717)
  • resource/aws_imagebuilder_image_pipeline: Add execution_role and workflow arguments (#​37317)
  • resource/aws_kinesis_firehose_delivery_stream: Add secrets_manager_configuration to http_endpoint_configuration (#​38245)
  • resource/aws_kinesisanalyticsv2_application: Support FLINK-1_19 as a valid value for runtime_environment (#​38350)
  • resource/aws_lakeformation_data_lake_settings: Add allow_full_table_external_data_access attribute (#​34474)
  • resource/aws_lb_target_group: Add target_group_health configuration block (#​37082)
  • resource/aws_msk_replicator: Add starting_position argument (#​36968)
  • resource/aws_rds_cluster: Add engine_lifecycle_support argument (#​37708)
  • resource/aws_rds_global_cluster: Add engine_lifecycle_support argument (#​37708)
  • resource/aws_redshift_cluster_snapshot: Set arn from DescribeClusterSnapshots API response (#​37996)
  • resource/aws_vpclattice_listener: Support TLS_PASSTHROUGH as a valid value for protocol (#​37964)
  • resource/aws_wafv2_web_acl: Add enable_machine_learning to aws_managed_rules_bot_control_rule_set configuration block (#​37006)

BUG FIXES:

  • data-source/aws_efs_access_point: Set id the the access point ID, not the file system ID. This fixes a regression introduced in v5.58.0 (#​38372)
  • data-source/aws_lb_listener: Correctly set default_action.target_group_arn (#​37348)
  • resource/aws_chime_voice_connector_group: Properly handle voice connector groups deleted out of band (#​36774)
  • resource/aws_codebuild_project: Fix unsetting concurrent_build_limit (#​37748)
  • resource/aws_codepipeline: Mark trigger as Computed (#​36316)
  • resource/aws_ecs_service: Change volume_configuration.managed_ebs_volume.throughput from TypeString to TypeInt (#​38109)
  • resource/aws_elasticache_replication_group: Allows setting replicas_per_node_group to 0 and sets the maximum to 5. (#​38396)
  • resource/aws_elasticache_replication_group: Requires description. (#​38396)
  • resource/aws_elasticache_replication_group: When num_cache_clusters is set, prevents setting replicas_per_node_group. (#​38396)
  • resource/aws_elasticache_replication_group: num_cache_clusters must be at least 2 when automatic_failover_enabled is true. (#​38396)
  • resource/aws_elastictranscoder_pipeline: Properly handle NotFound exceptions during deletion (#​38018)
  • resource/aws_elastictranscoder_preset: Properly handle NotFound exceptions during deletion (#​38018)
  • resource/aws_lb_target_group: Use the configured ip_address_type value when target_type is instance (#​36423)
  • resource/aws_lb_trust_store: Wait until trust store is ACTIVE on resource Create (#​38332)
  • resource/aws_pinpoint_app: Fix interface conversion: interface {} is nil, not map[string]interface {} panic when campaign_hook is empty ({}) (#​38323)
  • resource/aws_transfer_server: Add supported values TransferSecurityPolicy-FIPS-2024-05, TransferSecurityPolicy-Restricted-2018-11, and TransferSecurityPolicy-Restricted-2020-06 for the security_policy_name argument (#​38425)

v5.58.0

Compare Source

FEATURES:

  • New Resource: aws_cloudwatch_log_account_policy (#​38328)
  • New Resource: aws_verifiedpermissions_identity_source (#​38181)

ENHANCEMENTS:

  • data-source/aws_launch_template: Add network_interfaces.primary_ipv6 attribute (#​37142)
  • data-source/aws_mskconnect_connector: Add tags attribute (#​38270)
  • data-source/aws_mskconnect_custom_plugin: Add tags attribute (#​38270)
  • data-source/aws_mskconnect_worker_configuration: Add tags attribute (#​38270)
  • data-source/aws_oam_link: Add link_configuration attribute (#​38277)
  • resource/aws_cloudformation_stack_set_instance: Extend deployment_targets argument. (#​37898)
  • resource/aws_cloudtrail_event_data_store: Add billing_mode argument (#​38273)
  • resource/aws_db_instance: Fix InvalidParameterCombination: A parameter group can't be specified during Read Replica creation for the following DB engine: postgres errors (#​38227)
  • resource/aws_ec2_capacity_reservation: Add configurable timeouts (#​36754)
  • resource/aws_ec2_capacity_reservation: Retry InsufficientInstanceCapacity errors (#​36754)
  • resource/aws_eks_cluster: Add bootstrap_self_managed_addons argument (#​38162)
  • resource/aws_fms_policy: Add resource_set_ids attribute (#​38161)
  • resource/aws_fsx_ontap_file_system: Add 384, 768, 1536, 3072, and 6144 as valid values for throughput_capacity (#​38308)
  • resource/aws_fsx_ontap_file_system: Add 384, 768, and 1536 as valid values for throughput_capacity_per_ha_pair (#​38308)
  • resource/aws_fsx_ontap_file_system: Add MULTI_AZ_2 as a valid value for deployment_type (#​38308)
  • resource/aws_globalaccelerator_cross_account_attachment: Add cidr_block argument to resource configuration block (#​38196)
  • resource/aws_iam_server_certificate: Add configurable delete timeout (#​38212)
  • resource/aws_launch_template: Add network_interfaces.primary_ipv6 argument (#​37142)
  • resource/aws_mskconnect_connector: Add tags argument and tags_all attribute (#​38270)
  • resource/aws_mskconnect_custom_plugin: Add tags argument and tags_all attribute (#​38270)
  • resource/aws_mskconnect_worker_configuration: Add tags argument and tags_all attribute (#​38270)
  • resource/aws_mskconnect_worker_configuration: Add resource deletion logic (#​38270)
  • resource/aws_oam_link: Add link_configuration argument (#​38277)
  • resource/aws_rds_cluster: Add ca_certificate_identifier argument and ca_certificate_valid_till attribute (#​37108)
  • resource/aws_ssm_association: Add tags argument and tags_all attribute (#​38271)

BUG FIXES:

  • aws_dx_lag: Checks for errors other than NotFound when reading. (#​38292)
  • aws_dynamodb_kinesis_streaming_destination: Checks for errors other than NotFound when reading. (#​38292)
  • aws_ec2_capacity_block_reservation: Checks for errors other than NotFound when reading. (#​38292)
  • aws_opensearchserverless_access_policy: Checks for errors other than NotFound when reading. (#​38292)
  • aws_opensearchserverless_collection: Checks for errors other than NotFound when reading. (#​38292)
  • aws_opensearchserverless_security_config: Checks for errors other than NotFound when reading. (#​38292)
  • aws_opensearchserverless_security_policy: Checks for errors other than NotFound when reading. (#​38292)
  • aws_opensearchserverless_vpc_endpoint: Checks for errors other than NotFound when reading. (#​38292)
  • aws_ram_principal_association: Checks for errors other than NotFound when reading. (#​38292)
  • aws_route_table: Checks for errors other than NotFound when reading. (#​38292)
  • data-source/aws_ecr_repository: Fix issue where the tags attribute is not set (#​38272)
  • data-source/aws_eks_cluster: Add access_config.bootstrap_cluster_creator_admin_permissions attribute (#​38295)
  • resource/aws_appstream_fleet: Support 0 as a valid value for idle_disconnect_timeout_in_seconds (#​38274)
  • resource/aws_cloudformation_stack_set_instance: Add ForceNew to deployment_targets attributes to ensure a new resource is recreated when the deployment_targets argument is changed, which was not the case previously. (#​37898)
  • resource/aws_db_instance: Correctly mark incomplete instances as tainted during creation (#​38252)
  • resource/aws_eks_cluster: Set access_config.bootstrap_cluster_creator_admin_permissions to true on Read for clusters with no access_config configured. This allows in-place updates of existing clusters when access_config is configured (#​38295)
  • resource/aws_elasticache_serverless_cache: Allow cache_usage_limits.data_storage.maximum, cache_usage_limits.data_storage.minimum, cache_usage_limits.ecpu_per_second.maximum and cache_usage_limits.ecpu_per_second.minimum to be updated in-place (#​38269)
  • resource/aws_mskconnect_connector: Fix interface conversion: interface {} is nil, not map[string]interface {} panic when log_delivery.worker_log_delivery is empty ({}) (#​38270)

v5.57.0

Compare Source

FEATURES:

  • New Data Source: aws_appstream_image (#​38225)
  • New Data Source: aws_cognito_user_pool (#​37399)
  • New Data Source: aws_ec2_transit_gateway_peering_attachments (#​25743)
  • New Data Source: aws_transfer_connector (#​38213)

ENHANCEMENTS:

  • data-source/aws_backup_plan: Add rule attribute (#​37890)
  • resource/aws_amplify_domain_association: Add certificate_settings argument (#​37105)
  • resource/aws_ec2_transit_gateway_peering_attachment: Add options argument (#​36902)
  • resource/aws_iot_authorizer: Add tags argument (#​37152)
  • resource/aws_iot_topic_rule: Add cloudwatch_logs.batch_mode and error_action.cloudwatch_logs.batch_mode arguments (#​36772)
  • resource/aws_sagemaker_endpoint_configuration: Add support for InputAndOutput in capture_mode (#​37726)

BUG FIXES:

  • resource/aws_iot_provisioning_template: Fix pre_provisioning_hook update operation (#​37152)
  • resource/aws_iot_topic_rule: Retry IAM eventual consistency errors on Update (#​36286)

v5.56.1

Compare Source

BUG FIXES:

  • data-source/aws_cognito_user_pool_client: Fix InvalidParameterException: 2 validation errors detected errors on Read (#​38168)
  • resource/aws_cognito_user: Fix a bug that caused resource recreation for resources imported with certain import ID formats (#​38182)
  • resource/aws_cognito_user_pool: Fix runtime error: index out of range [0] with length 0 panic when adding lambda_config (#​38184)

v5.56.0

Compare Source

FEATURES:

  • New Resource: aws_appfabric_app_authorization_connection (#​38084)
  • New Resource: aws_appfabric_ingestion (#​37291)
  • New Resource: aws_appfabric_ingestion_destination (#​37627)
  • New Resource: aws_networkfirewall_tls_inspection_configuration (#​35168)
  • New Resource: aws_networkmonitor_monitor (#​35722)
  • New Resource: aws_networkmonitor_probe (#​35722)

ENHANCEMENTS:

  • resource/aws_controltower_control: Add parameters argument and arn attribute (#​38071)
  • resource/aws_networkfirewall_logging_configuration: Add plan-time validation of firewall_arn (#​35168)
  • resource/aws_quicksight_account_subscription: Add iam_identity_center_instance_arn attribute (#​36830)
  • resource/aws_route53_resolver_firewall_rule: Add firewall_domain_redirection_action argument (#​37242)
  • resource/aws_route53_resolver_firewall_rule: Add q_type argument (#​38074)
  • resource/aws_sagemaker_domain: Add default_user_settings.canvas_app_settings.generative_ai_settings configuration block (#​37139)
  • resource/aws_sagemaker_domain: Add default_user_settings.code_editor_app_settings.custom_image configuration block (#​37153)
  • resource/aws_sagemaker_endpoint_configuration: Add production_variants.inference_ami_version and shadow_production_variants.inference_ami_version arguments (#​38085)
  • resource/aws_sagemaker_user_profile: Add user_settings.canvas_app_settings.generative_ai_settings configuration block (#​37139)
  • resource/aws_sagemaker_user_profile: Add user_settings.code_editor_app_settings.custom_image configuration block (#​37153)
  • resource/aws_sagemaker_workforce: add oidc_config.authentication_request_extra_params and oidc_config.scope arguments (#​38078)
  • resource/aws_sagemaker_workteam: Add worker_access_configuration attribute (#​38087)
  • resource/aws_wafv2_web_acl: Add sensitivity_level argument to sqli_match_statement configuration block (#​38077)

BUG FIXES:

  • data-source/aws_ecs_service: Correctly set tags (#​38067)
  • resource/aws_drs_replication_configuration_template: Fix issues preventing creation and deletion (#​38143)

v5.55.0

Compare Source

FEATURES:

  • New Resource: aws_drs_replication_configuration_template (#​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)
  • data-source/aws_glue_catalog_table: Add additional_locations argument in storage_descriptor (#​37891)
  • data-source/aws_launch_template: Add instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price attribute (#​38003)
  • data-source/aws_networkmanager_core_network_policy_document: Add attachment_policies.action.add_to_network_function_group argument (#​38013)
  • data-source/aws_networkmanager_core_network_policy_document: Add network_function_groups configuration block (#​38013)
  • data-source/aws_networkmanager_core_network_policy_document: Add send-via and send-to as valid values for segment_actions.action (#​38013)
  • data-source/aws_networkmanager_core_network_policy_document: Add single-hop and dual-hop as valid values for segment_actions.mode (#​38013)
  • data-source/aws_networkmanager_core_network_policy_document: Add when_sent_to and via configuration blocks to segment_actions (#​38013)
  • resource/aws_api_gateway_integration: Increase maximum value of timeout_milliseconds from 29000 (29 seconds) to 300000 (5 minutes) (#​38010)
  • resource/aws_appsync_api_key: Add api_key_id attribute (#​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)
  • resource/aws_autoscaling_group: Add plan-time validation of warm_pool.max_group_prepared_capacity and warm_pool.min_size (#​37174)
  • resource/aws_docdb_cluster: Add restore_to_point_in_time argument (#​37716)
  • resource/aws_dynamodb_table: Adds validation for ttl values. (#​37991)
  • resource/aws_ec2_fleet: Add launch_template_config.override.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price argument (#​38003)
  • resource/aws_glue_catalog_table: Add additional_locations argument in storage_descriptor (#​37891)
  • resource/aws_glue_job: Add maintenance_window argument (#​37760)
  • resource/aws_launch_template: Add instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price argument (#​38003)

BUG FIXES:

  • data-source/aws_ami: Fix interface conversion: interface {} is types.ProductCodeValues, not string panic (#​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)
  • provider: Now falls back to non-FIPS endpoint if use_fips_endpoint is set and no FIPS endpoint is available (#​38057)
  • resource/aws_autoscaling_group: Fix bug updating warm_pool.max_group_prepared_capacity to 0 (#​37174)
  • resource/aws_dynamodb_table: Fixes perpetual diff when ttl.attribute_name is set when ttl.enabled is not set. (#​37991)
  • resource/aws_ec2_network_insights_path: Mark destination as Optional (#​36966)
  • resource/aws_lambda_event_source_mapping: Remove the upper limit on scaling_config.maximum_concurrency (#​37980)
  • service/transitgateway: Fix resource Read pagination regression causing NotFound errors (#​38011)

v5.54.1

Compare Source

BUG FIXES:

  • data-source/aws_ami: Fix interface conversion: interface {} is types.ProductCodeValues, not string panic (#​37977)
  • resource/aws_codebuild_project: Increase maximum values of build_batch_config.timeout_in_mins and build_timeout from 480 (8 hours) to 2160 (36 hours) (#​37970)

v5.54.0

Compare Source

NOTES:

  • resource/aws_ec2_capacity_block_reservation: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#​37528)

FEATURES:

  • New Data Source: aws_ec2_capacity_block_offering (#​37528)
  • New Resource: aws_appfabric_app_authorization (#​37468)
  • New Resource: aws_appfabric_app_bundle (#​37542)
  • New Resource: aws_ec2_capacity_block_reservation (#​37528)
  • New Resource: aws_fms_resource_set (#​37767)
  • New Resource: aws_guardduty_malware_protection_plan (#​37919)

ENHANCEMENTS:

  • data-source/aws_opensearch_domain: Add ip_address_type argument (#​37237)
  • resource/aws_ec2_traffic_mirror_session: Mark packet_length as Computed (#​36962)
  • resource/aws_opensearch_domain: Add ip_address_type argument (#​37237)
  • resource/aws_vpc_endpoint: Add subnet_configuration argument to support user defined IP addresses (#​37226)

BUG FIXES:

  • data-source/aws_ami: Fix query returning no results (#​37958)
  • provider: Fixes an error where some data sources were not returning tags (#​37966)
  • resource/aws_applicationinsights_application: Change resource_group_name to ForceNew (#​36962)
  • resource/aws_dynamodb_table: Fix UnknownOperationException: Tagging is not currently supported in DynamoDB Local errors on resource Read (#​37924)
  • resource/aws_ec2_capacity_reservation: Fix InvalidCapacityReservationId.NotFound errors during Read and Delete when resource is manually deleted (#​37127)
  • resource/aws_route53_zone: Fix InvalidInput: 1 validation error detected: Value '...' at 'resourceId' failed to satisfy constraint: Member must have length less than or equal to 32 errors for resources imported with a /hostedzone/ prefix (#​37893)
  • service/apigatewayv2: Retry on ConflictException: Unable to complete operation due to concurrent modification errors (#​37902)

v5.53.0

Compare Source

FEATURES:

  • New Resource: aws_paymentcryptography_key (#​37017)
  • New Resource: aws_paymentcryptography_key_alias (#​37020)

ENHANCEMENTS:

  • data-source/aws_customer_gateway: Add bgp_asn_extended argument (#​37815)
  • data-source/aws_rds_engine_version: Add supports_limitless_database attribute (#​37271)
  • provider: The use_fips_endpoint flag is now ignored for any service with a custom endpoint configured in endpoints. (#​34233)
  • resource/aws_apigatewayv2_authorizer: Add configurable delete timeout (#​37732)
  • resource/aws_customer_gateway: Add bgp_asn_extended argument (#​37815)
  • resource/aws_fsx_lustre_file_system: Add metadata_configuration argument (#​37868)
  • resource/aws_lb: Add support for IPv6-only Application Load Balancers (#​37700)
  • resource/aws_mwaa_environment: Add max_webservers and min_webservers attributes (#​37632)
  • resource/aws_pipes_pipe: Add log_configuration argument (#​37135)
  • resource/aws_route53_record: Fix InvalidChangeBatch errors on resource Delete (#​37850)
  • resource/aws_s3_bucket: Ignore UnsupportedOperation errors when reading acceleration_status, server_side_encryption_configuration and tags (#​37801)
  • resource/aws_transfer_ssh_key: Add ssh_key_id attribute (#​37548)

BUG FIXES:

  • resource/aws_apigatewayv2_authorizer: Fix ConflictException errors on resource Delete (#​37732)
  • resource/aws_bedrockagent_agent: Increase instruction max length for validation to 4000 (#​37758)
  • resource/aws_cloudwatch_log_group: Correctly handles tag updates with empty string tags (#​37668)
  • resource/aws_kms_external_key: Fixes timeout error on creation when ignore_tags matches tag assigned to resource (#​37818)
  • resource/aws_kms_key: Fixes timeout error on creation when ignore_tags matches tag assigned to resource (#​37818)
  • resource/aws_kms_replica_external_key: Fixes timeout error on creation when ignore_tags matches tag assigned to resource (#​37818)
  • resource/aws_kms_replica_key: Fixes timeout error on creation when ignore_tags matches tag assigned to resource (#​37818)
  • resource/aws_mq_broker: Do not reboot on changes to maintenance_window_start_time or auto_minor_version_upgrade (#​36506)
  • resource/aws_pipes_pipe: Mark source_parameters.self_managed_kafka_parameters.credentials.basic_auth as Optional (#​34293)
  • resource/aws_secretsmanager_secret: Tags with empty values no longer remove all tags. (#​37743)
  • resource/aws_ssm_parameter: Fix Cannot import non-existent remote object errors when importing resources with version (#​37832)
  • resource/aws_vpc_endpoint: Restore pre-v5.51.0 default of false for private_dns_enabled (#​37715)
  • service/chatbot: Correctly overrides region when using custom endpoint. (#​37851)
  • service/costoptimizationhub: Correctly overrides region when using custom endpoint. (#​37851)
  • service/cur: Correctly overrides region when using custom endpoint. (#​37851)
  • service/globalaccelerator: Correctly overrides region when using custom endpoint. (#​37851)
  • service/route53: Correctly overrides region when using custom endpoint. (#​37851)
  • service/route53domains: Correctly overrides region when using custom endpoint. (#​37851)
  • service/shield: Correctly overrides region when using custom endpoint. (#​37851)

v5.52.0

Compare Source

ENHANCEMENTS:

  • resource/aws_kinesisanalyticsv2_application: Add application_mode argument (#​37714)
  • resource/aws_lightsail_bucket: Add support to ListTags function for proper key-only tag handling (#​37711)
  • resource/aws_lightsail_certificate: Add support to ListTags function for proper key-only tag handling (#​37711)
  • resource/aws_lightsail_container_service: Add support to ListTags function for proper key-only tag handling (#​37711)
  • resource/aws_lightsail_database: Add support to ListTags function for proper key-only tag handling (#​37711)
  • resource/aws_lightsail_distribution: Add support to ListTags function for proper key-only tag handling (#​37711)
  • resource/aws_lightsail_key_pair: Add support to ListTags function for proper key-only tag handling (#​37711)
  • resource/aws_lightsail_lb: Add support to ListTags function for proper key-only tag handling (#​37711)

BUG FIXES:

  • resource/aws_lightsail_database: Prevent destroy failure when resource is already deleted outside Terraform (#​37711)
  • resource/aws_lightsail_instance: Fix crash when reading a resource that has a key-only tag (#​37587)
  • resource/aws_lightsail_key_pair: Prevent destroy failure when resource is already deleted outside Terraform (#​37711)
  • resource/aws_lightsail_lb: Prevent destroy failure when resource is already deleted outside Terraform (#​37711)

v5.51.1

Compare Source

ENHANCEMENTS:

  • resource/aws_ecs_service: Add volume_configuration argument (#​37019)
  • resource/aws_ecs_task_definition: Add configure_at_launch parameter in volume argument (#​37019)

BUG FIXES:

  • data-source/aws_route53_zone: Fix incorrect name_servers values (#​37685)
  • data-source/aws_route53_zone: Permit both name and zone_id arguments when one is an empty string (#​37686)
  • resource/aws_route53_zone: Fix incorrect name_servers values (#​37685)

v5.51.0

Compare Source

NOTES:

  • data-source/aws_lambda_function: source_code_hash attribute has been deprecated in favor of code_sha256. Will be removed in a future major version (#​37669)
  • data-source/aws_lambda_layer_version: source_code_hash attribute has been deprecated in favor of code_sha256. Will be removed in a future major version (#​37646)

FEATURES:

  • New Data Source: aws_chatbot_slack_workspace (#​37218)
  • New Resource: aws_lambda_runtime_management_config (#​37643)
  • New Resource: aws_vpc_endpoint_private_dns (#​37628)
  • New Resource: aws_vpc_endpoint_service_private_dns_verification (#​37176)

ENHANCEMENTS:

  • data-source/aws_lambda_function: Add code_sha256 attribute (#​37669)
  • data-source/aws_lambda_layer_version: Add code_sha256 attribute (#​37646)
  • data-source/aws_route53_traffic_policy_document: Add support for application-load-balancer, elastic-beanstalk and network-load-balancer endpoint.type values (#​37618)
  • resource/aws_api_gateway_deployment: Add canary_settings attribute (#​37573)
  • resource/aws_iam_openid_connect_provider: Allow client_id_list to be updated in-place (#​37612)
  • resource/aws_lambda_function: Add code_sha256 attribute (#​37669)
  • resource/aws_lambda_function: Remove replace_security_group_on_destroy and replacement_security_group_ids deprecations, re-implement with alternate workflow (#​37624)
  • resource/aws_lambda_layer_version: Add code_sha256 attribute (#​37646)
  • resource/aws_route53_health_check: Add plan-time validation of cloudwatch_alarm_region (#​37510)
  • resource/aws_route53_record: Add plan-time validation of latency_routing_policy.region (#​37510)
  • resource/aws_route53_vpc_association_authorization: Add plan-time validation of vpc_region (#​37510)
  • resource/aws_route53_zone_association: Add plan-time validation of vpc_region (#​37510)
  • resource/aws_wafv2_web_acl: Add api_gateway, app_runner_service, cognito_user_pool, and verified_access_instance configuration blocks to association_config.request_body (#​37588)

BUG FIXES:

  • resource/aws_dynamodb_table_replica: Correctly set kms_key_arn on Read (#​37570)
  • resource/aws_kms_grant: Change grant_token to Sensitive (#​37593)
  • resource/aws_lambda_function: Fix issue when source_code_hash causes drift even if source code has not changed (#​37669)
  • resource/aws_lambda_layer_version: Fix issue when source_code_hash forces a replacement even if source code has not changed (#​37646)
  • resource/aws_m2_deployment: Fix state error on deployment_id during start/stop update (#​37581)
  • resource/aws_storagegateway_smb_file_share: Fix crash when cache_attributes is removed on update (#​37611)

v5.50.0

Compare Source

ENHANCEMENTS:

  • data-source/aws_budgets_budget: Add tags attribute (#​37361)
  • data-source/aws_instance: Add launch_time attribute (#​37002)
  • resource/aws_budgets_budget: Add tags argument (#​37361)
  • resource/aws_budgets_budget_action: Add tags argument (#​37361)
  • resource/aws_ecs_account_setting_default: Add support for fargateTaskRetirementWaitPeriod value in Name argument (#​37018)
  • resource/aws_ssm_resource_data_sync: Add plan-time validation of s3_destination.kms_key_arn, s3_destination.region and s3_destination.sync_format (#​37481)

BUG FIXES:

  • data-source/aws_bedrock_foundation_models: Fix validation regex for the by_provider argument (#​37306)
  • resource/aws_dynamodb_table: Fix UnknownOperationException: Tagging is not currently supported in DynamoDB Local errors on resource Read (#​37472)
  • resource/aws_glue_job: Fix interface conversion: interface {} is nil, not map[string]interface {} panic when notify_delay_after is empty (null) (#​37347)
  • resource/aws_iam_server_certificate: Now correctly reads tags after update and on read. (#​37483)
  • resource/aws_lakeformation_data_cells_filter: Fix inconsistent state error when using row_filter.all_rows_wildcard (#​37433)
  • resource/aws_organizations_account: Allow import of accounts with IAM access to the AWS Billing a

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update Terraform aws to v5.23.0 Update Terraform aws to v5.23.1 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from e96f72a to 6adf0fd Compare October 27, 2023 19:02
@renovate renovate bot changed the title Update Terraform aws to v5.23.1 Update Terraform aws to v5.24.0 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch 2 times, most recently from ec67c52 to 0ae140c Compare November 6, 2023 06:48
@renovate renovate bot changed the title Update Terraform aws to v5.24.0 Update Terraform aws to v5.25.0 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch 2 times, most recently from f8047f8 to fd46514 Compare November 16, 2023 10:35
@renovate renovate bot changed the title Update Terraform aws to v5.25.0 Update Terraform aws to v5.26.0 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from fd46514 to 9b38637 Compare November 17, 2023 02:08
@renovate renovate bot changed the title Update Terraform aws to v5.26.0 Update Terraform aws to v5.27.0 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 9b38637 to 1940f95 Compare November 27, 2023 23:04
@renovate renovate bot changed the title Update Terraform aws to v5.27.0 Update Terraform aws to v5.28.0 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 1940f95 to 32b08ee Compare November 29, 2023 02:21
@renovate renovate bot changed the title Update Terraform aws to v5.28.0 Update Terraform aws to v5.29.0 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch 2 times, most recently from 75056d1 to aa59cc0 Compare December 8, 2023 00:20
@renovate renovate bot changed the title Update Terraform aws to v5.29.0 Update Terraform aws to v5.30.0 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from aa59cc0 to 8063c6d Compare December 15, 2023 03:46
@renovate renovate bot changed the title Update Terraform aws to v5.30.0 Update Terraform aws to v5.31.0 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 8063c6d to 7f9679c Compare January 12, 2024 00:17
@renovate renovate bot changed the title Update Terraform aws to v5.31.0 Update Terraform aws to v5.32.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 7f9679c to aec8904 Compare January 12, 2024 20:21
@renovate renovate bot changed the title Update Terraform aws to v5.32.0 Update Terraform aws to v5.32.1 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from aec8904 to 14fb544 Compare January 19, 2024 00:33
@renovate renovate bot changed the title Update Terraform aws to v5.32.1 Update Terraform aws to v5.33.0 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 14fb544 to 6c6f830 Compare January 26, 2024 03:58
@renovate renovate bot changed the title Update Terraform aws to v5.33.0 Update Terraform aws to v5.34.0 Jan 26, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 6c6f830 to f865c12 Compare February 2, 2024 06:46
@renovate renovate bot changed the title Update Terraform aws to v5.34.0 Update Terraform aws to v5.35.0 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 908269c to f354c98 Compare May 17, 2024 05:07
@renovate renovate bot changed the title Update Terraform aws to v5.49.0 Update Terraform aws to v5.50.0 May 17, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from f354c98 to 4216a33 Compare May 24, 2024 01:12
@renovate renovate bot changed the title Update Terraform aws to v5.50.0 Update Terraform aws to v5.51.0 May 24, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 4216a33 to aae8c34 Compare May 24, 2024 19:12
@renovate renovate bot changed the title Update Terraform aws to v5.51.0 Update Terraform aws to v5.51.1 May 24, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from aae8c34 to 91fe589 Compare May 31, 2024 00:03
@renovate renovate bot changed the title Update Terraform aws to v5.51.1 Update Terraform aws to v5.52.0 May 31, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch 2 times, most recently from 008fdf3 to 4bc012e Compare June 7, 2024 11:15
@renovate renovate bot changed the title Update Terraform aws to v5.52.0 Update Terraform aws to v5.53.0 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 4bc012e to b801529 Compare June 14, 2024 08:32
@renovate renovate bot changed the title Update Terraform aws to v5.53.0 Update Terraform aws to v5.54.0 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from b801529 to 590d4cf Compare June 14, 2024 17:08
@renovate renovate bot changed the title Update Terraform aws to v5.54.0 Update Terraform aws to v5.54.1 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 590d4cf to 504fe39 Compare June 21, 2024 02:29
@renovate renovate bot changed the title Update Terraform aws to v5.54.1 Update Terraform aws to v5.55.0 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 504fe39 to 55809fa Compare June 28, 2024 01:33
@renovate renovate bot changed the title Update Terraform aws to v5.55.0 Update Terraform aws to v5.56.0 Jun 28, 2024
@renovate renovate bot changed the title Update Terraform aws to v5.56.0 Update Terraform aws to v5.56.1 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch 2 times, most recently from a80dde0 to c34164b Compare July 4, 2024 05:20
@renovate renovate bot changed the title Update Terraform aws to v5.56.1 Update Terraform aws to v5.57.0 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from c34164b to b44a768 Compare July 11, 2024 22:42
@renovate renovate bot changed the title Update Terraform aws to v5.57.0 Update Terraform aws to v5.58.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from b44a768 to c4f9506 Compare July 20, 2024 00:04
@renovate renovate bot changed the title Update Terraform aws to v5.58.0 Update Terraform aws to v5.59.0 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from c4f9506 to 0ca1227 Compare July 25, 2024 23:26
@renovate renovate bot changed the title Update Terraform aws to v5.59.0 Update Terraform aws to v5.60.0 Jul 25, 2024
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.

None yet

0 participants