Releases: rhythmictech/terraform-aws-backend
v4.3.1
v4.3.0
v4.2.0
v4.1.0
v2.0.1
Full Changelog: v2.0.0...v2.0.1
Cross Account Management
Breaking Changes
This release is intended to divert the module's purpose for Hashicorp's recommended approach to cross-account state management. Using Terraform to create its own state bucket is and always has been a hack at best, and it is better to use something like CloudFormation to seed the bucket/dynamo table in that scenario.
When centralizing state for multiple accounts into a single account (which is a very good idea), Hashicorp recommends using credentials within that centralized account and assuming a role in the managed accounts. This module provides the necessary resources and scaffolding to make that happen.
Users who are managing standalone tfstate will probably want to remain on v3 or earlier.
What's Changed
Full Changelog: v3.0.0...v4.0.0
add support for generating cf templates
v4.0.0-rc2 add support for creating cfn stack to generate assumable role
Backend for remote accounts
v4.0.0-rc1 new approach to this module to focus on external acct mgmt
v3.1.0-rc1
version bumping and updating checks