Skip to content

v2.4.0

Choose a tag to compare

@sergenyalcin sergenyalcin released this 09 Feb 10:25
· 395 commits to main since this release
442206f

New Resources

  • aws_vpc_endpoint_connection_accepter
  • aws_oam_sink
  • aws_route53_resolver_dnssec_config

Bug Fixes

  • ecs.Service resource's update loop and external name configuration was fixed.
  • For localstack configurations, use 12-digit fallback account ID instead of 9-digit.

What's Changed

  • Add aws_vpc_endpoint_connection_accepter resource by @ey22 in #1935
  • fix: use 12-digit fallback account ID by @viren-nadkarni in #1915
  • Add aws_route53_resolver_dnssec_config resource by @ey22 in #1942
  • Fix ecs.Service resource's external name configuration and update loop issue by @sergenyalcin in #1950
  • Add aws_oam_sink resource by @ey22 in #1947

New Contributors