Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Releases: wellcometrust/terraform-modules

Manual release for IAM updates

22 Jan 11:15
b234887
Compare
Choose a tag to compare

Multiple changes to allow 3rd party use

14 Feb 18:02
Compare
Choose a tag to compare

Userdata module `efs_mount_directory` -> `mount_directory`

14 Feb 12:32
665b610
Compare
Choose a tag to compare

Make it clear that mount_directory can refer to either ebs or efs.

Adds ARN as output to SNS module.

13 Feb 12:59
639b863
Compare
Choose a tag to compare
v6.4.2

Re-add ARN to SNS module. (#46)

Make the environment variables length a static variable

15 Dec 14:11
Compare
Choose a tag to compare

Work around a bug where Terraform can't count.

See hashicorp/terraform#10857

Service now requires an env_vars_length param:

module "service" {
  // ...
  env_vars_length = 2
  env_vars = {
    my_var = "foo"
    another_var = "bar"
  }
}

Services use environment variables for config

13 Dec 15:36
Compare
Choose a tag to compare

Old versions of the service module would render a config template with variables you provided, and then store the rendered template somewhere in S3 – then applications would have to implement their own logic for fetching and parsing that file.

This had the side effect that all applications had complete read access to your S3 buckets, which is potentially undesirable.

The new version of the service module passes config as environment variables instead.

Add is_config_managed variable to sqs_autoscaling_service

13 Dec 11:05
Compare
Choose a tag to compare
v3.0.5

add is_config_managed variable to sqs_autoscaling_service

Add default config_vars for sqs_autoscaling_service

13 Dec 11:00
Compare
Choose a tag to compare

sqs_autoscaling_service can now omit config_vars as per the service module.

Add extra vars to sqs_autoscaling_service

13 Dec 10:57
Compare
Choose a tag to compare

In order to pass env variables to the underlying service.

Fix for broken sqs_autoscaling_service referring to wrong module

07 Dec 10:14
Compare
Choose a tag to compare
v3.0.2

Fix for broken sqs_autoscaling_service referring to wrong module