Skip to content

v4.36.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 22:36
· 37091 commits to main since this release
b5a2bd7

FEATURES:

  • New Data Source: aws_elasticache_subnet_group (#27233)
  • New Data Source: aws_sesv2_dedicated_ip_pool (#27278)
  • New Resource: aws_lightsail_certificate (#25283)
  • New Resource: aws_lightsail_domain_entry (#27309)
  • New Resource: aws_lightsail_lb (#27339)
  • New Resource: aws_lightsail_lb_attachment (#27339)
  • New Resource: aws_sesv2_dedicated_ip_pool (#27278)

ENHANCEMENTS:

  • data-source/aws_route53_zone: Add primary_name_server attribute (#27293)
  • resource/aws_appstream_stack: Add validation for application_settings. (#27257)
  • resource/aws_lightsail_container_service: Add private_registry_access argument (#27236)
  • resource/aws_mq_broker: Add configurable timeouts (#27035)
  • resource/aws_resourcegroups_group: Add configuration argument (#26934)
  • resource/aws_route53_zone: Add primary_name_server attribute (#27293)
  • resource/aws_rum_app_monitor: Add app_monitor_id attribute (#26994)
  • resource/aws_sns_platform_application: Add apple_platform_bundle_id and apple_platform_team_id arguments. NOTE: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#23147)

BUG FIXES:

  • resource/aws_appstream_stack: Fix panic with application_settings. (#27257)
  • resource/aws_sqs_queue: Change sqs_managed_sse_enabled to Computed as newly created SQS queues use SSE-SQS encryption by default. This means that Terraform will only perform drift detection of the attribute's value when present in a configuration (#26843)
  • resource/aws_sqs_queue: Respect configured sqs_managed_sse_enabled value on resource Create. In particular a configured false value is sent to the AWS API, which overrides the new service default value of true (#27335)