Skip to content

v2.0.1

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 24 Jun 19:07

🚀 Enhancements

fix: replace deprecated data.aws_region .name attribute with .region Arnoldas Brazys (@arnoldasbrazys) (#119) ## what
  • Replace data.aws_region.accepter[*].name with data.aws_region.accepter[*].region in accepter.tf

why

  • The name attribute on the aws_region data source was deprecated by the AWS provider in favour of region
  • This produces a Warning: Value derived from a deprecated source on every terraform plan for anyone consuming this module

references