Skip to content

Releases: zoitech/terraform-aws-concourse

Add tag variables for module

18 Sep 19:28
fa3f3c3
Compare
Choose a tag to compare

FEATURES:

Add variables to tag resources

Change id to identifier for aws_db_event_subscription.postgres

01 Aug 10:34
c7f0115
Compare
Choose a tag to compare

HOTFIX:

  • Change aws_db_event_subscription.postgres source_id from id to identifier

Remove Terraform Deprecated items

30 Jul 15:36
ec31187
Compare
Choose a tag to compare
  • Removed Terraform Deprecated items and updated the terraform code

Add postgres_family variable

14 Feb 10:16
cfbf9be
Compare
Choose a tag to compare
Pre-release

1.2.0

NEW FEATURES:

  • Add postgres_family variable
  • Rename postgres family to "${var.prefix}-concourse-${var.postgres_family}" to prevent cycle dependency during upgrade.

Postgres Family Variable

14 Feb 10:22
cf1b1e8
Compare
Choose a tag to compare
Pre-release

This release tag is an update for terraform version 0.11.x

The "postgres_family" variable has been added to support upgrading the version.

Add variable ami v12

12 Oct 01:24
00e032d
Compare
Choose a tag to compare
Add variable ami v12 Pre-release
Pre-release

1.1.0

  • Add instance_ami variable V12

Variable AMI

12 Oct 01:22
Compare
Choose a tag to compare
Variable AMI Pre-release
Pre-release

NEW FEATURES:

  • Add instance_ami variable

Version 12 upgrade

07 Oct 08:46
a81cfb9
Compare
Choose a tag to compare
Version 12 upgrade Pre-release
Pre-release

ENHANCEMENTS:

  • Version 12 upgrade

Enable custom volume size

07 Oct 08:21
ca5fceb
Compare
Choose a tag to compare
Pre-release

NEW FEATURES:

  • Add custom volume size for concourse instance
  • Update CoreOs AMI owners

RDS Backend for Postgres

11 Apr 17:56
346d86d
Compare
Choose a tag to compare
Pre-release

+## 0.0.7 (11.04.2018)
+## 0.0.6 (nn.03.2018)
+BACKWARDS INCOMPATIBILITIES / NOTES:
+* Subnets must now be defined as array instead of A and B. The first SN will be used for individual ressource.
+
+NEW FEATURES:
+* Generate random passwords for concourse and postgres if specified other
+* Deploy a RDS instance for postgres instead of a container
+
+IMPROVEMENTS:
+* Allow to specify more then two subnetworks
+
+BUG FIXES:
+* None