Skip to content

Releases: dbl-works/terraform

v2024.08.31

31 Aug 17:13
a7def45
Compare
Choose a tag to compare

What's Changed

  • fix(aws, stack): elasticache_transit_encryption_mode by @swiknaba in #366

Full Changelog: v2024.08.27...v2024.08.31

v2024.08.27

27 Aug 20:55
0c6ebe0
Compare
Choose a tag to compare

What's Changed

  • fix(aws/ecs): ensure we don't pass a NULL object to the policy builder by @swiknaba in #365

Full Changelog: v2024.08.20...v2024.08.27

v2024.08.20

20 Aug 17:11
351b7f9
Compare
Choose a tag to compare

v2024.07.18

17 Jul 23:05
719b36f
Compare
Choose a tag to compare

What's Changed

  • azure: add new variables to database and virtual network by @samkahchiin in #362
  • azure: add key vault permission to principal id by @samkahchiin in #363
  • chore: update Elasticache to support "transit_encryption_mode" option by @swiknaba in #364

Full Changelog: v2024.07.11...v2024.07.18

v2024.07.11

11 Jul 12:13
28f18f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.07.04...v2024.07.11

v2024.07.04

04 Jul 15:09
49a6465
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.07.03...v2024.07.04

v2024.07.03

03 Jul 14:49
5d24f0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.06.07...v2024.07.03

v2024.06.07

07 Jun 11:19
1c5857d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.02.16...v2024.06.07

v2024.02.16

16 Feb 10:40
59904a4
Compare
Choose a tag to compare

⚠️ this is the last release where the path to modules is

module "awesome-module" {
  source = "github.com/dbl-works/terraform//awesome-module?ref=v2024.02.16"
}

with the next release, paths must be updated to

module "awesome-module" {
  source = "github.com/dbl-works/terraform//aws/awesome-module?ref=xxx"
}

note the extra /aws in the path.

What's Changed

Full Changelog: v2024.02.06...v2024.02.16

v2024.02.06

06 Feb 15:00
53ea825
Compare
Choose a tag to compare

What's Changed

  • s3-shared: S3 bucket for sharing with guest by @swiknaba in #300
  • slack/chatbot: update chatbot policy so user can access dashboard info by @samkahchiin in #299
  • Upgrade Fivetran Terraform provider from 0.1 to 1.0, allow configuring Fivetran-Lambda Sync by @swiknaba in #303
  • ecs-deploy: introduce new variables by @samkahchiin in #283
  • move changelog to github release page by @swiknaba in #304
  • ecs: enable multi region options for load balancer by @samkahchiin in #302

Full Changelog: v2024.01.31...v2024.02.06