github cloudposse/terraform-aws-tfstate-backend v1.8.0

6 hours ago
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

Don't miss a new terraform-aws-tfstate-backend release

NewReleases is sending notifications on new releases.