github hashicorp/terraform-provider-aws v5.94.0

latest release: v5.94.1
2 days ago

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)

Don't miss a new terraform-provider-aws release

NewReleases is sending notifications on new releases.