Skip to content

Releases: rhythmictech/terraform-aws-backend

v4.3.1

04 Mar 19:07
38df706
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

v4.3.0

10 Feb 20:35
dbabac3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.3.0

v4.2.0

22 Dec 19:44
f00b102
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

22 Dec 18:44
ace48ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v2.0.1

21 Dec 23:09
edbb1d0
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

Cross Account Management

21 Sep 18:17
2856022
Compare
Choose a tag to compare

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

  • redo module to cater to managing tfstate in remote accounts by @cdaniluk in #13

Full Changelog: v3.0.0...v4.0.0

add support for generating cf templates

01 Sep 21:30
5863db6
Compare
Choose a tag to compare
Pre-release
v4.0.0-rc2

add support for creating cfn stack to generate assumable role

Backend for remote accounts

01 Sep 18:31
4bba286
Compare
Choose a tag to compare
Pre-release
v4.0.0-rc1

new approach to this module to focus on external acct mgmt

v3.1.0-rc1

16 Feb 01:17
c1ae241
Compare
Choose a tag to compare
v3.1.0-rc1 Pre-release
Pre-release
version bumping and updating checks

v3.0.0

07 Dec 21:16
5702e81
Compare
Choose a tag to compare
Merge pull request #9 from mhmdio/master

 👌 IMPROVE & 🐛 FIX