Skip to content

Releases: kabisa/terraform-aws-account-setup

Adding S3bucket and dynamoDB tables

15 Dec 09:51
f77799d
Compare
Choose a tag to compare

Adding S3bucket and dynamoDB tables to the module; thus when bootstrapping a new AWS Account in Kabisa using this release; S3 bucket and DynamoDB tables will be provided generically as well, it is part of our process to migrate the Terraform State File to be embedded in the AWS Account itself!

What's Changed

  • Feat/add S3 bucket and Dynamodb Tables by @anasgrt in #13

Full Changelog: 2.0.5...2.1.0

Replace one terraform function with index expression

14 Nov 09:12
4d352c3
Compare
Choose a tag to compare

The one function works only with a minimum terraform version 0.15 in code doc, some clients in Kabisa has an old terraform versions like 0.12.15 so when trying to upgrade terraform to 0.13.7 version, terraform complains and throw an error regarding using this function.

What's Changed

  • Replace one function with index expression by @anasgrt in #12

Full Changelog: 2.0.4...2.0.5

Update terraform version constrain : 0.15 > 0.13.0

30 Oct 14:24
1bb39a9
Compare
Choose a tag to compare

Update terraform version constrain : 0.15 > 0.13.0

What's Changed

New Contributors

Full Changelog: 2.0.3...2.0.4

2.0.3

19 Jun 10:18
9c9e5c3
Compare
Choose a tag to compare

What's Changed

  • Fix error on using CloudTrail without CloudWatch by @rhynix in #10

Full Changelog: 2.0.2...2.0.3

2.0.2

03 Oct 07:27
5a5b5d8
Compare
Choose a tag to compare
Merge pull request #9 from kabisa/MS-67-wachtwoord-reset-aws-account-…