Skip to content

Releases: dbl-works/terraform

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

v2024.01.31

31 Jan 16:11
956af93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.01.25...v2024.01.31

v2024.01.25

25 Jan 12:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.12.22...v2024.01.25

v2023.12.22

22 Dec 17:35
3d734ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.12.03...v2023.12.22