Skip to content

Releases: transcend-io/terraform-aws-sombra

v0.5.2

04 Dec 17:36
af8170e
Compare
Choose a tag to compare

bump version of terraform-aws-fargate-container

v0.5.1

04 Dec 15:14
eb96d94
Compare
Choose a tag to compare

bump more versions for terraform 0.14

v0.5.0

04 Dec 05:39
86bac97
Compare
Choose a tag to compare

Support terraform 0.14

v0.4.4

07 Nov 01:46
31bb63c
Compare
Choose a tag to compare

We no longer use hmac_nonce_key_cycle and key_encryption_base_cycle to handle cycling of Sombra keys, so these variables should be removed.

v0.4.3

24 Oct 00:39
05c5fe1
Compare
Choose a tag to compare

This can prevent a type mismatch error

Error: Inconsistent conditional result types

  on .terraform/modules/sombra.container_definition/main.tf line 95, in module "definition":
  95:   log_configuration = var.use_cloudwatch_logs ? {
  96:     logDriver = "awslogs"
  97:     options = {
  98:       "awslogs-region"        = var.aws_region
  99:       "awslogs-group"         = aws_cloudwatch_log_group.log_group[0].name
 100:       "awslogs-stream-prefix" = "ecs--${var.name}"
 101:     }
 102:     secretOptions = []
 103:     } : merge(var.log_configuration, {
 104:       secretOptions = concat(var.extra_log_secret_options, [
 105:         for name, outputs in aws_ssm_parameter.secret_log_options :
 106:         {
 107:           name      = name
 108:           valueFrom = outputs.arn
 109:         }
 110:       ])
 111:   })
    |----------------
    | aws_cloudwatch_log_group.log_group[0].name is "prod-one-lb-container-log-group"
    | aws_ssm_parameter.secret_log_options is object with no attributes
    | var.aws_region is "eu-west-1"
    | var.extra_log_secret_options is empty list of object
    | var.log_configuration is null
    | var.name is "prod-one-lb-container"
    | var.use_cloudwatch_logs is true

v0.4.2

23 Oct 21:33
55a07d2
Compare
Choose a tag to compare

Make the task policy arn order what it used to be

This should make upgrading from sombra versions <0.4.0 easier

v0.4.1

23 Oct 21:28
6b1b5da
Compare
Choose a tag to compare

Preserves container order for better terraform diffs

v0.4.0

23 Oct 18:18
78afe52
Compare
Choose a tag to compare

Upgraded for terraform 0.13

v0.3.12

24 Aug 17:22
076ada0
Compare
Choose a tag to compare

Adds an output, containing the ARN suffix of the load balancer. This is helpful for adding monitoring to the ALB made in this module

v0.3.11

03 Aug 16:58
a5e7e3c
Compare
Choose a tag to compare

Removed unused variable declaration.
Added output containing the IAM Policy ARNs of all policies attached to the new IAM Role