Skip to content

v1.8.0

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 17 Dec 10:26
· 1 commit to main since this release
fix: update AWS provider to v6+ and correct region reference in templatefile @chrheg (#191) ## what
  • Updated the Terraform configuration to support AWS provider version >= 6.0.0
  • Fixed incorrect attribute reference in the templatefile function for region resolution

why

  • Ensures compatibility with newer versions of the AWS provider (v6.0.0+) to leverage updated features and improvements
  • Addresses a breaking change introduced in terraform-provider-aws v6.0.0, where data.aws_region.current.name is showing depreciation warning
  • Corrects the template input to use data.aws_region.current.region, aligning with the expected attribute

references