Skip to content

Update Terraform aws to v5.99.1 #135

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

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

Update Terraform aws to v5.99.1 #135

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.66.0 -> 5.99.1

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.99.1

Compare Source

BUG FIXES:

  • resource/aws_fms_admin_account: Fix panic: runtime error: invalid memory address or nil pointer dereference (#​42813)
  • resource/aws_lb: Ignore InvalidAction exceptions for DescribeCapacityReservation operations. This fixes a regression introduced in v5.99.0 (#​42812)
  • resource/aws_s3_bucket_lifecycle_configuration: Correctly handles switching child attributes of rule.filter. (#​42655)

v5.99.0

Compare Source

FEATURES:

  • New Resource: aws_notifications_channel_association (#​42575)
  • New Resource: aws_notifications_event_rule (#​42575)
  • New Resource: aws_notifications_notification_configuration (#​42575)
  • New Resource: aws_notifications_notification_hub (#​42544)
  • New Resource: aws_notificationscontacts_email_contact (#​42575)
  • New Resource: aws_quicksight_account_settings (#​42185)
  • New Resource: aws_workspacesweb_browser_settings (#​42681)
  • New Resource: aws_workspacesweb_network_settings (#​42722)
  • New Resource: aws_workspacesweb_user_settings (#​42783)

ENHANCEMENTS:

  • data-source/aws_ami: Add block_device_mappings.ebs["volume_initialization_rate"] attribute (#​42684)
  • data-source/aws_launch_template: Add block_device_mappings.ebs.volume_initialization_rate attribute (#​42684)
  • data-source/aws_verifiedpermissions_policy_store: Add tags attribute. This functionality requires the verifiedpermissions:ListTagsForResource IAM permission (#​42663)
  • resource/aws_ecs_service: Add volume_configuration.managed_ebs_volume.volume_initialization_rate argument (#​42750)
  • resource/aws_launch_template: Add block_device_mappings.ebs.volume_initialization_rate argument (#​42684)
  • resource/aws_lb: Add minimum_load_balancer_capacity configuration block. This functionality requires the elasticloadbalancing:DescribeCapacityReservations and elasticloadbalancing:ModifyCapacityReservation IAM permissions (#​42685)
  • resource/aws_organizations_account: Allow name to be updated in-place. This functionality requires the account:PutAccountName IAM permission (#​42350)
  • resource/aws_securityhub_standards_subscription: Add configurable Create and Delete timeouts (#​42759)
  • resource/aws_verifiedpermissions_policy_store: Add tags argument and tags_all attribute. This functionality requires the verifiedpermissions:ListTagsForResource, verifiedpermissions:TagResource, and verifiedpermissions:UntagResource IAM permissions (#​42663)

BUG FIXES:

  • data-source/aws_ecr_repository_creation_template: prefix can now be up to 256 characters (#​42723)
  • resource/aws_cloudwatch_log_stream: Fix to return the first matched stream name during the read operation. This fixes a regression introduced in v5.83.0 (#​42719)
  • resource/aws_cognitoidp_user_pool: Fix crash when the user_pool_add_ons.advanced_security_additional_flows block is non-empty, but contains only a single nil value. (#​42793)
  • resource/aws_ecr_repository_creation_template: prefix can now be up to 256 characters (#​42723)
  • resource/aws_elasticache_replication_group: Fix crash during read operations where configuration endpoint and node groups are nil and empty, respectively (#​42726)
  • resource/aws_s3_bucket: Ensure that HeadBucket S3 API calls are made using configured credentials. This fixes a regression introduced in v5.98.0 (#​42786)
  • resource/aws_s3_bucket_lifecycle_configuration: No longer returns warning on empty rule.filter. (#​42624)
  • resource/aws_vpc_endpoint: Fix issue where dns_options were not being updated correctly when private_dns_enabled was set to true (#​42746)

v5.98.0

Compare Source

FEATURES:

  • New Data Source: aws_account_primary_contact (#​42526)
  • New Data Source: aws_dynamodb_tables (#​42339)
  • New Resource: aws_bedrockagent_prompt (#​42211)
  • New Resource: aws_cloudfrontkeyvaluestore_keys_exclusive (#​42246)
  • New Resource: aws_dataexchange_revision_assets (#​42272)
  • New Resource: aws_inspector2_filter (#​42374)
  • New Resource: aws_wafv2_api_key (#​42525)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add dead_letter_config attribute (#​42471)
  • data-source/aws_cloudwatch_event_connection: Add kms_key_identifier attribute (#​42385)
  • data-source/aws_cognito_user_pool_client: Add refresh_token_rotation attribute (#​42430)
  • data-source/aws_cognitoidp_user_pool: Add user_pool_add_ons attribute (#​42470)
  • data-source/aws_dynamodb_table: Add point_in_time_recovery.recovery_period_in_days attribute (#​41484)
  • data-source/aws_ec2_client_vpn_endpoint: Add client_route_enforcement_options attribute (#​42424)
  • data-source/aws_imagebuilder_distribution_configuration: Add distribution.ssm_parameter_configuration attribute (#​42604)
  • data-source/aws_redshiftserverless_workgroup: Add track_name attribute (#​42451)
  • data-source/aws_workspaces_directory: Add active_directory_config, user_identity_type, workspace_directory_description, workspace_directory_name, and workspace_type attributes (#​42330)
  • resource/aws_appflow_flow: Add destination_flow_config.destination_connector_properties.salesforce.data_transfer_api argument (#​42479)
  • resource/aws_autoscaling_group: Add capacity_reservation_specification argument (#​42380)
  • resource/aws_bedrockagent_agent: Add prepared_at attribute. (#​42586)
  • resource/aws_bedrockagent_agent: Increase instruction max length for validation to 20000 (#​42596)
  • resource/aws_cloudwatch_event_bus: Add dead_letter_config argument (#​42471)
  • resource/aws_cloudwatch_event_connection: Add kms_key_identifier argument (#​42385)
  • resource/aws_cognito_managed_user_pool_client: Add refresh_token_rotation argument (#​42430)
  • resource/aws_cognito_user_pool_client: Add refresh_token_rotation argument (#​42430)
  • resource/aws_cognitoidp_user_pool: Add user_pool_add_ons.advanced_security_additional_flows argument (#​42470)
  • resource/aws_docdb_cluster: Add manage_master_user_password argument and master_user_secret attribute (#​42563)
  • resource/aws_dynamodb_table: Add point_in_time_recovery.recovery_period_in_days argument (#​41484)
  • resource/aws_ec2_client_vpn_endpoint: Add client_route_enforcement_options argument (#​42424)
  • resource/aws_ecs_account_setting_default: Add support for defaultLogDriverMode value in Name argument (#​42418)
  • resource/aws_imagebuilder_distribution_configuration: Add distribution.ssm_parameter_configuration argument (#​42604)
  • resource/aws_iot_domain_configuration: Add application_protocol and authentication_type arguments (#​42534)
  • resource/aws_msk_serverless_cluster: Add bootstrap_brokers_sasl_iam attribute. This functionality requires the kafka:GetBootstrapBrokers IAM permission (#​42148)
  • resource/aws_redshiftserverless_workgroup: Add track_name argument (#​42451)
  • resource/aws_rum_app_monitor: Add domain_list argument (#​42456)
  • resource/aws_rum_app_monitor: Mark domain as Optional (#​42456)
  • resource/aws_s3tables_table: Add encryption_configuration argument. This functionality requires the s3tables:GetTableEncryption IAM permission (#​42356)
  • resource/aws_s3tables_table_bucket: Add encryption_configuration argument. This functionality requires the s3tables:GetTableBucketEncryption IAM permission (#​42356)
  • resource/aws_securityhub_finding_aggregator: Support NO_REGIONS as a valid value for linking_mode (#​42574)
  • resource/aws_sns_topic: Add fifo_throughput_scope argument (#​42508)
  • resource/aws_wafv2_rule_group: Add uri_fragment to field_to_match configuration blocks (#​42407)
  • resource/aws_wafv2_web_acl: Add data_protection_config argument (#​42404)
  • resource/aws_wafv2_web_acl: Add uri_fragment to field_to_match configuration blocks (#​42407)
  • resource/aws_workspaces_directory: Add active_directory_config, user_identity_type, workspace_directory_description, workspace_directory_name, and workspace_type arguments in support of WorkSpaces Pools (#​42330)
  • resource/aws_workspaces_directory: Mark directory_id as Optional (#​42330)

BUG FIXES:

  • aws_sagemaker_mlflow_tracking_server: Fix ValidationException: The provided MLflow version is not supported errors (#​42435)
  • data-source/aws_networkfirewall_firewall_policy: Add firewall_policy.policy_variables configuration block (#​42473)
  • resource/aws_bedrockagent_agent_alias: Stop using state for unknown on routing_configuration so we only send it on update when explicility configured. This allows updates to aliases to create new versions. (#​42603)
  • resource/aws_cloudwatch_metric_alarm: Support 20 as a valid value for metric_query.metric.period, metric_query.period, and period (#​42390)
  • resource/aws_controltower_control: Fix handling ResourceNotFound exceptions during delete (#​42494)
  • resource/aws_controltower_control: Fix handling of parameters block removal (#​42494)
  • resource/aws_ec2_network_insights_path: Fix failure when filter_at_source.source_address is unspecified. (#​42369)
  • resource/aws_instance: Fix InvalidNetworkInterface.InUse errors on Create (#​42623)
  • resource/aws_lb_listener: Don't send zero value (false, 0 or "") for unconfigured listener attributes on Create (#​41846)
  • resource/aws_rds_cluster_parameter_group: Fix InvalidParameterValue: collation_server '..' is not valid for character_set '...' errors on Create (#​42559)

v5.97.0

Compare Source

FEATURES:

  • New Resource: aws_ec2_default_credit_specification (#​42345)

ENHANCEMENTS:

  • data-source/aws_glue_connection: Support athena_properties attribute (#​42262)
  • data-source/aws_imagebuilder_infrastructure_configuration: Add placement attribute (#​42347)
  • data-source/aws_networkfirewall_firewall: Add enabled_analysis_types attribute (#​42160)
  • data-source/aws_workspaces_directory: Add certificate_based_auth_properties attribute (#​42269)
  • resource/aws_accessanalyzer_analyzer: Add configuration.unused_access.analysis_rule argument (#​42332)
  • resource/aws_fis_experiment_template: Add support for ManagedResources to action.*.target (#​42376)
  • resource/aws_glue_connection: Add athena_properties argument and allow DYNAMODB connection type. (#​42262)
  • resource/aws_glue_connection: Support DYNAMODB as a valid value for connection_type (#​42262)
  • resource/aws_imagebuilder_infrastructure_configuration: Add placement argument (#​42347)
  • resource/aws_networkfirewall_firewall: Add enabled_analysis_types argument (#​42160)
  • resource/aws_workspaces_directory: Add certificate_based_auth_properties configuration block (#​42269)

BUG FIXES:

  • resource/aws_vpclattice_listener_rule: Prevents error when setting listener_identifier to ARN. (#​42215)
  • resource/aws_vpclattice_listener_rule: Prevents error when setting service_identifier to ARN. (#​42215)
  • resource/aws_vpclattice_listener_rule: Requires match.http_match. (#​42215)
  • resource/aws_vpclattice_listener_rule: Requires exactly one of action.fixed_response or action.forward. (#​42215)

v5.96.0

Compare Source

FEATURES:

  • New Data Source: aws_fis_experiment_templates (#​37060)
  • New Data Source: aws_vpc_endpoint_associations (#​41918)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add endpoint_configuration.ip_address_type attribute (#​42146)
  • data-source/aws_api_gateway_rest_api: Add endpoint_configuration.ip_address_type attribute (#​42146)
  • data-source/aws_apigatewayv2_api: Add ip_address_type attribute (#​42145)
  • data-source/aws_dms_endpoint: Add kinesis_settings.use_large_integer_value attribute (#​42300)
  • data-source/aws_guardduty_detector: Add arn attribute (#​42344)
  • data-source/aws_guardduty_detector: Add tags attribute (#​42344)
  • resource/aws_api_gateway_domain_name: Add endpoint_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#​42146)
  • resource/aws_api_gateway_rest_api: Add endpoint_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#​42146)
  • resource/aws_apigatewayv2_api: Add ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#​42145)
  • resource/aws_apigatewayv2_domain_name: Add domain_name_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#​42145)
  • resource/aws_dms_endpoint: Add kinesis_settings.use_large_integer_value argument (#​42300)
  • resource/aws_fis_experiment_template: Add experiment_report_configuration argument (#​41120)

BUG FIXES:

  • resource/aws_elasticache_replication_group: Fix malformed version error when parsing 7.x redis engine versions (#​42346)
  • resource/aws_iam_user: Retry ConcurrentModificationExceptions during user creation (#​42081)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: SecondsUntilAutoPause can only be specified when minimum capacity is 0 errors when removing serverlessv2_scaling_configuration.seconds_until_auto_pause (#​41180)

v5.95.0

Compare Source

NOTES:

  • resource/aws_api_gateway_deployment: Computed attributes invoke_url and execution_arn are deprecated. Use the invoke_url and execution_arn attributes of the aws_api_gateway_stage resource instead. (#​42244)

FEATURES:

  • New Resource: aws_redshift_integration (#​42105)

ENHANCEMENTS:

  • data-source/aws_ec2_network_insights_path: Support filter_at_destination and filter_at_source attributes (#​42214)
  • resource/aws_amplify_app: Add compute_role_arn argument (#​41650)
  • resource/aws_codebuild_webhook: Add manual_creation argument (#​40155)
  • resource/aws_cognito_user_pool_domain: Add managed_login_version argument (#​40855)
  • resource/aws_ec2_network_insights_path: Add filter_at_destination and filter_at_source configuration blocks (#​42214)
  • resource/aws_eks_cluster: Add force_update_version argument (#​42134)
  • resource/aws_prometheus_scraper: Allow alias, destination, role_configuration, and scrape_configuration to be updated in-place (#​42109)
  • resource/aws_redshiftserverless_workgroup: Add price_performance_target argument (#​40946)
  • resource/aws_sagemaker_image_version: Add horovod, job_type, ml_framework, processor, programming_lang, release_notes, and vendor_guidance arguments (#​42143)
  • resource/aws_sagemaker_notebook_lifecycle_configuration: Add tags argument and tags_all attribute (#​42141)
  • resource/aws_transfer_server: Add TransferSecurityPolicy-2025-03, TransferSecurityPolicy-FIPS-2025-03, and TransferSecurityPolicy-SshAuditCompliant-2025-02 as valid values for security_policy_name (#​42164)

BUG FIXES:

  • resource/aws_elasticache_serverless_cache: Fix to allow in-place updates when engine is changed from redis to valkey (#​42208)
  • resource/aws_kms_custom_key_store: Fix panic: runtime error: invalid memory address or nil pointer dereference when no XksProxyConfiguration is returned (#​42241)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix errors when removing rule from top of list (#​42228)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix potential eventual consistency errors in some regions (#​41764)
  • resource/aws_s3_bucket_lifecycle_configuration: No longer allows empty rule.filter.and.tags (#​42041)
  • resource/aws_sagemaker_domain: Allow default_user_settings.custom_file_system_config and default_space_settings.custom_file_system_config to be removed on Update (#​42144)
  • resource/aws_sagemaker_user_profile: Allow user_settings.custom_file_system_config to be removed on Update (#​42144)

v5.94.1

Compare Source

BUG FIXES:

  • resource/aws_sns_topic_subscription: Ignore AuthorizationError exceptions for ListSubscriptionByTopic operations. This fixes a regression introduced in v5.94.0. (#​42117)

v5.94.0

Compare Source

NOTES:

  • resource/aws_ssm_parameter: The overwrite argument is no longer deprecated (#​42030)

ENHANCEMENTS:

  • data-source/aws_ami: Add last_launched_time attribute (#​42049)
  • resource/aws_ami: Add last_launched_time attribute (#​42049)
  • resource/aws_ami_copy: Add last_launched_time attribute (#​42049)
  • resource/aws_ami_from_instance: Add last_launched_time attribute (#​42049)
  • resource/aws_glue_job: Add source_control_details argument (#​42046)
  • resource/aws_lambda_function: Add support for ruby3.4 runtime value (#​42052)
  • resource/aws_lambda_layer_version: Add support for ruby3.4 compatible_runtimes value (#​42052)
  • resource/aws_prometheus_scraper: Add role_configuration argument (#​42039)
  • resource/aws_s3_bucket_lifecycle_configuration: Adds warning if multiple attributes in rule.expiration are set (#​42036)
  • resource/aws_s3_bucket_lifecycle_configuration: Adds warning if neither rule.prefix nor rule.filter is set (#​42036)
  • resource/aws_s3_bucket_lifecycle_configuration: Adds warning if neither rule.transition.date nor rule.transition.days is set and error if both are set (#​42036)
  • resource/aws_s3_bucket_lifecycle_configuration: Removes spurious "known after apply" notations in plan (#​42036)

BUG FIXES:

  • resource/aws_cloudformation_type: Set the default version of an extension to the newly created version. This fixes CFNRegistryException: Version '...' is the default version and cannot be deregistered errors when deregistering an extension and the create_before_destroy meta-argument is true (#​38855)
  • resource/aws_connect_queue: Fix API limitation when assigning more than 50 Quick Connects to a queue (#​42108)
  • resource/aws_ecs_service: Fix missing volume_configuration and service_connect_configurations values from state read/refresh (#​41998)
  • resource/aws_ecs_service: Mark service_connect_configuration.service.discovery_name and service_connect_configuration.service.client_alias.dns_name as Computed (#​41998)
  • resource/aws_msk_cluster: Fix Provider produced inconsistent final plan errors when configuration_info.revision is unknown (#​42037)
  • resource/aws_quicksight_data_set: Fix perpetual diff when refresh_properties is not configured (#​42076)
  • resource/aws_s3_bucket_lifecycle_configuration: Removes incorrect warning for empty rule.filter (#​42036)
  • resource/aws_sns_topic_subscription: Fix to handle eventually consistent subscription read operations (#​42093)
  • resource/aws_sqs_queue: Fix waiting for SQS Queue... attributes create: timeout while waiting errors when sqs_managed_sse_enabled = false or omitted and kms_master_key_id is not set but kms_data_key_reuse_period_seconds is set to a non-default value. (#​42062)
  • resource/aws_workspaces_workspace: Properly update workspace_properties.running_mode_auto_stop_timeout_in_minutes when modified (#​40953)

v5.93.0

Compare Source

FEATURES:

  • New Resource: aws_api_gateway_rest_api_put (#​41375)

ENHANCEMENTS:

  • data-source/aws_ecr_pull_through_cache_rule: Add custom_role_arn and upstream_repository_prefix attributes (#​41933)
  • resource/aws_bedrockagent_agent: Add memory_configuration configuration block (#​39970)
  • resource/aws_codepipeline: Adds trigger_all attribute (#​42008)
  • resource/aws_codepipeline: Removal of trigger argument now properly removes custom trigger definitions (#​42008)
  • resource/aws_cognitoidp_user_pool: Mark the username_configuration and username_configuration.case_sensitive arguments as optional and computed. This will future proof the provider against upstream API changes which may return a default value for the block when omitted during create operations. (#​35439)
  • resource/aws_datasync_task: Add task_mode argument (#​39979)
  • resource/aws_ecr_pull_through_cache_rule: Add custom_role_arn and upstream_repository_prefix arguments (#​41933)
  • resource/aws_ecr_pull_through_cache_rule: Correct plan-time validation of ecr_repository_prefix to support a value of "ROOT" (#​41933)
  • resource/aws_elasticache_cluster: Add configurable timeouts for create, update, and delete operations (#​41940)
  • resource/aws_kinesisanalyticsv2_application: Allow runtime_environment to be updated in-place (#​41935)
  • resource/aws_verified_access_endpoint: Add cidr_options, load_balancer.port_range, network_interface_options.port_range, and rds_options arguments (#​41957)
  • resource/aws_verified_access_endpoint: Mark application_domain, domain_certificate_arn and endpoint_domain_prefix as Optional (#​41957)
  • resource/aws_verified_access_endpoint: Support cidr and rds as valid values for endpoint_type (#​41957)
  • resource/aws_verified_access_instance: Add cidr_endpoint_custom_subdomain argument and name_servers attribute (#​41957)
  • resource/aws_verified_access_trust_provider: Add native_application_oidc_options and sse_specification arguments (#​41957)

BUG FIXES:

  • resource/aws_db_instance: Fix InvalidParameterCombination: To enable the Advanced mode of Database Insights, modify your cluster to enable Performance Insights and set the retention period for Performance Insights to at least 465 days errors when enabling database_insights_mode on existing instances (#​41960)
  • resource/aws_eip: Prevents application from failing when hitting "InvalidAction" error for specific regions (#​41920)
  • resource/aws_elasticache_replication_group: Retry InvalidReplicationGroupState exceptions during tagging operations (#​41954)
  • resource/aws_elasticache_replication_group: Wait for replication group to become available before all modification operations (#​40320)
  • resource/aws_iot_domain_configuration: Change domain_name to Computed (#​41985)
  • resource/aws_lakeformation_opt_in: Fix error when expanding resource_data.table_wildcard attribute (#​41939)

v5.92.0

Compare Source

NOTES:

  • resource/aws_kendra_data_source: The configuration.s3_configuration argument is deprecated. Use configuration.template_configuration instead, which supports the upgraded Amazon S3 connector. Amazon has ended support for the older architecture as of June 2024, and resources created with this argument cannot be edited or updated. See the Amazon Kendra documentation for additional details. (#​35437)
  • resource/aws_kendra_data_source: The configuration.web_crawler_configuration argument is deprecated. Use configuration.template_configuration instead, which supports the Amazon Kendra Web Crawler connector v2.0. See the Amazon Kendra documentation for additional details. (#​35437)

FEATURES:

  • New Data Source: aws_api_gateway_api_keys (#​39335)
  • New Data Source: aws_eks_cluster_versions (#​40741)
  • New Data Source: aws_identitystore_group_memberships (#​31589)
  • New Data Source: aws_identitystore_users (#​31688)
  • New Resource: aws_athena_capacity_reservation (#​41858)

ENHANCEMENTS:

  • data-source/aws_connect_user: Add identity_info.secondary_email attribute (#​41001)
  • data-source/aws_db_instance: Add database_insights_mode attribute (#​41607)
  • data-source/aws_ebs_volume: Add create_time attribute (#​41839)
  • data-source/aws_lb: Add ipam_pools attribute (#​41822)
  • provider: Support aws-marketplace as a valid account ID in ARNs (#​41867)
  • resource/aws_appconfig_extension_association: Add plan-time validation of extension_arn and resource_arn (#​41907)
  • resource/aws_connect_user: Add identity_info.secondary_email attribute (#​41001)
  • resource/aws_db_instance: Add database_insights_mode argument (#​41607)
  • resource/aws_ebs_volume: Add create_time attribute (#​41839)
  • resource/aws_kendra_data_source: Add configuration.template_configuration argument (#​35437)
  • resource/aws_lb: Add ipam_pools configuration block (#​41822)

BUG FIXES:

  • resource/aws_api_gateway_rest_api: Avoid unnecessary remove and add operations for vpc_endpoint_ids (#​41836)
  • resource/aws_bedrockagent_agent: Fix instruction validator to consider multi-byte chars so not to artificially limit instruction length (#​41921)
  • resource/aws_eks_cluster: Allow compute_config.node_role_arn to update in place when previously unset (#​41925)
  • resource/aws_rds_cluster: Ensure that performance_insights_enabled takes effect when creating a cluster that is a member of a global cluster (#​41737)
  • resource/aws_rds_cluster: Fix InvalidParameterCombination: To enable the Advanced mode of Database Insights, modify your cluster to enable Performance Insights and set the retention period for Performance Insights to at least 465 days errors when enabling database_insights_mode on existing clusters (#​41737)
  • resource/aws_timestreaminfluxdb_db_instance: Set new computed value for secondary_availability_zone attribute when changing deployment_type (#​41849)

v5.91.0

Compare Source

NOTES:

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

FEATURES:

  • New Resource: aws_network_interface_permission (#​40797)
  • New Resource: aws_route53_records_exclusive (#​41741)

ENHANCEMENTS:

  • resource/aws_codebuild_project: Add secondary_sources.auth configuration block (#​40191)
  • resource/aws_kinesis_firehose_delivery_stream: Add msk_source_configuration.read_from_timestamp argument (#​41794)
  • resource/aws_route53_hosted_zone_dnssec: Add configurable operation timeouts (#​41741)
  • resource/aws_route53_key_signing_key: Add configurable operation timeouts (#​41741)
  • resource/aws_route53_record: Add configurable operation timeouts (#​41741)
  • resource/aws_route53_zone: Add configurable operation timeouts (#​41741)
  • resource/aws_route53_zone_association: Add configurable operation timeouts (#​41741)
  • resource/aws_timestreaminfluxdb_db_instance: Add network_type and port attributes. The following can now be updated in place: allocated_storage, db_instance_type, db_storage_type and deployment_type (#​40661)
  • resource/aws_vpc_ipv4_cidr_block_association: Support optional import of the ipv4_ipam_pool_id and ipv4_netmask_length attributes (#​41779)
  • resource/aws_vpc_ipv6_cidr_block_association: Support optional import of the ipv6_ipam_pool_id and ipv6_netmask_length attributes (#​41779)
  • resource/aws_wafv2_ip_set: Add name_prefix argument and plan-time validation of name (#​40889)
  • resource/aws_wafv2_regex_pattern_set: Add name_prefix argument and plan-time validation of name (#​40889)
  • resource/aws_wafv2_web_acl: Add name_prefix argument (#​40889)
  • resource/aws_wafv2_web_acl: Add rule.challenge_config argument (#​40123)

BUG FIXES:

  • resource/aws_msk_cluster: Ensure that storage_mode updates are actually applied to the cluster (#​41773)

v5.90.1

Compare Source

NOTES:

  • provider: Restore the godebug tlskyber=0 directive in go.mod. This disables the experimental the post-quantum key exchange mechanism X25519Kyber768Draft00, fixing failed or hanging network connections to various AWS services. This fixes a regression introduced in v5.90.0 (#​41740)

FEATURES:

  • New Data Source: aws_datazone_domain (#​41480)

ENHANCEMENTS:

  • resource/aws_codepipeline: Add stage.before_entry, stage.on_success and stage.on_failure configuration blocks (#​41663)
  • resource/aws_mskconnect_connector: Allow connector_configuration to be updated in-place (#​41685)
  • resource/aws_wafv2_rule_group: Add ja3_fingerprint and ja4_fingerprint to custom_key configuration blocks (#​41719)
  • resource/aws_wafv2_rule_group: Add ja4_fingerprint to field_to_match configuration blocks (#​41719)
  • resource/aws_wafv2_web_acl: Add ja3_fingerprint and ja4_fingerprint to custom_key configuration blocks (#​41719)
  • resource/aws_wafv2_web_acl: Add ja4_fingerprint to field_to_match configuration blocks (#​41719)

v5.90.0

Compare Source

BREAKING CHANGES:

  • resource/aws_s3_bucket_lifecycle_configuration: rule.noncurrent_version_expiration.noncurrent_days and rule.noncurrent_version_transition.noncurrent_days are Required (#​40796)

NOTES:

  • data-source/aws_launch_template: elastic_gpu_specifications and elastic_inference_accelerator are deprecated. AWS no longer supports Elastic Graphics or Elastic Inference. (#​41677)
  • provider: In preparation for Go 1.24, we are re-enabling the experimental post-quantum key exchange mechanism, X25519Kyber768Draft00. Previously, in environments using AWS Network Firewall, the Provider would hang due to a handshake issue between Go 1.23 and Network Firewall, which supported Suricata 6.0.9. We had disabled the post-quantum key exchange to resolve the issue. Since November 2024, AWS Network Firewall has upgraded to Suricata 7.0, which no longer has this issue. However, if you use AWS Network Firewall, we’d appreciate your help in identifying any remaining issues related to this change. (#​41655)
  • provider: On December 3, 2024, Amazon SageMaker was renamed to Amazon SageMaker AI. While resource and data source names remain the same in the provider, documentation and error messages have been updated to reflect the name change. (#​41673)
  • resource/aws_ecs_task_execution: overrides.inference_accelerator_overrides is deprecated. AWS no longer provides the Elastic Inference service. (#​41676)
  • resource/aws_launch_template: elastic_gpu_specifications and elastic_inference_accelerator are deprecated. AWS no longer supports Elastic Graphics or Elastic Inference. (#​41677)
  • resource/aws_opsworks_application: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_custom_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_ecs_cluster_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_ganglia_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_haproxy_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_instance: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_java_app_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_memcached_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_mysql_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_nodejs_app_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_permission: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_php_app_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_rails_app_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_rds_db_instance: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_stack: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_static_web_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_opsworks_user_profile: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#​41674)
  • resource/aws_sagemaker_notebook_instance: accelerator_types is deprecated and will be removed in a future version. Use instance_type instead. (#​41673)

FEATURES:

  • New Resource: aws_dataexchange_event_action (#​40552)
  • New Resource: aws_lakeformation_opt_in (#​41611)

ENHANCEMENTS:


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


  • 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.67.0 Update Terraform aws to v5.68.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from e202bb8 to 467bf29 Compare September 19, 2024 22:39
@renovate renovate bot changed the title Update Terraform aws to v5.68.0 Update Terraform aws to v5.69.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 467bf29 to e0bbd13 Compare September 27, 2024 01:17
@renovate renovate bot force-pushed the renovate/aws-5.x branch from e0bbd13 to cfac6b5 Compare October 4, 2024 03:50
@renovate renovate bot changed the title Update Terraform aws to v5.69.0 Update Terraform aws to v5.70.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from cfac6b5 to 57f70b6 Compare October 11, 2024 03:44
@renovate renovate bot changed the title Update Terraform aws to v5.70.0 Update Terraform aws to v5.71.0 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 57f70b6 to 4698747 Compare October 11, 2024 16:54
@renovate renovate bot changed the title Update Terraform aws to v5.71.0 Update Terraform aws to v5.70.0 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 4698747 to f2a2c93 Compare October 12, 2024 00:46
@renovate renovate bot changed the title Update Terraform aws to v5.70.0 Update Terraform aws to v5.71.0 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from f2a2c93 to f3b8d0e Compare October 15, 2024 16:25
@renovate renovate bot changed the title Update Terraform aws to v5.71.0 Update Terraform aws to v5.70.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from f3b8d0e to 9558c78 Compare October 15, 2024 19:42
@renovate renovate bot changed the title Update Terraform aws to v5.70.0 Update Terraform aws to v5.71.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 9558c78 to 7117590 Compare October 15, 2024 22:54
@renovate renovate bot changed the title Update Terraform aws to v5.71.0 Update Terraform aws to v5.72.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 7117590 to 7c8dd6d Compare October 16, 2024 22:23
@renovate renovate bot changed the title Update Terraform aws to v5.72.0 Update Terraform aws to v5.72.1 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 7c8dd6d to 3426ec8 Compare October 24, 2024 17:42
@renovate renovate bot changed the title Update Terraform aws to v5.72.1 Update Terraform aws to v5.73.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 3426ec8 to 1673142 Compare October 31, 2024 20:24
@renovate renovate bot changed the title Update Terraform aws to v5.73.0 Update Terraform aws to v5.74.0 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 1673142 to bb5a429 Compare November 7, 2024 21:30
@renovate renovate bot changed the title Update Terraform aws to v5.74.0 Update Terraform aws to v5.75.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from bb5a429 to 9a493c1 Compare November 11, 2024 17:45
@renovate renovate bot changed the title Update Terraform aws to v5.75.0 Update Terraform aws to v5.75.1 Nov 11, 2024
@renovate renovate bot changed the title Update Terraform aws to v5.75.1 Update Terraform aws to v5.76.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 9a493c1 to 2f820e3 Compare November 14, 2024 19:26
@renovate renovate bot changed the title Update Terraform aws to v5.87.0 Update Terraform aws to v5.88.0 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 07ff6e0 to 369c7a1 Compare February 28, 2025 02:33
@renovate renovate bot changed the title Update Terraform aws to v5.88.0 Update Terraform aws to v5.89.0 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 369c7a1 to 855822c Compare March 7, 2025 02:37
@renovate renovate bot changed the title Update Terraform aws to v5.89.0 Update Terraform aws to v5.90.0 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 855822c to ce76bb3 Compare March 10, 2025 19:20
@renovate renovate bot changed the title Update Terraform aws to v5.90.0 Update Terraform aws to v5.90.1 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from ce76bb3 to eb2cb6c Compare March 13, 2025 19:51
@renovate renovate bot changed the title Update Terraform aws to v5.90.1 Update Terraform aws to v5.91.0 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from eb2cb6c to d19fed5 Compare March 20, 2025 23:25
@renovate renovate bot changed the title Update Terraform aws to v5.91.0 Update Terraform aws to v5.92.0 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from d19fed5 to 2ca38fd Compare March 27, 2025 19:49
@renovate renovate bot changed the title Update Terraform aws to v5.92.0 Update Terraform aws to v5.93.0 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 2ca38fd to 87a498e Compare April 3, 2025 18:29
@renovate renovate bot changed the title Update Terraform aws to v5.93.0 Update Terraform aws to v5.94.0 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 87a498e to f9648e7 Compare April 4, 2025 19:18
@renovate renovate bot changed the title Update Terraform aws to v5.94.0 Update Terraform aws to v5.94.1 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from f9648e7 to 3ea470b Compare April 17, 2025 22:50
@renovate renovate bot changed the title Update Terraform aws to v5.94.1 Update Terraform aws to v5.95.0 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 3ea470b to a7d04ef Compare April 24, 2025 23:06
@renovate renovate bot changed the title Update Terraform aws to v5.95.0 Update Terraform aws to v5.96.0 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from a7d04ef to 7afbb2f Compare May 1, 2025 19:47
@renovate renovate bot changed the title Update Terraform aws to v5.96.0 Update Terraform aws to v5.97.0 May 1, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 7afbb2f to e2c7317 Compare May 15, 2025 22:13
@renovate renovate bot changed the title Update Terraform aws to v5.97.0 Update Terraform aws to v5.98.0 May 15, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from e2c7317 to f6fffe4 Compare May 29, 2025 21:39
@renovate renovate bot changed the title Update Terraform aws to v5.98.0 Update Terraform aws to v5.99.0 May 29, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from f6fffe4 to 0735000 Compare May 30, 2025 18:24
@renovate renovate bot changed the title Update Terraform aws to v5.99.0 Update Terraform aws to v5.99.1 May 30, 2025
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.

0 participants