Skip to content

Releases: cloudposse/terraform-aws-cicd

v0.12.0

22 Jan 09:56
6e1b30c
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#76)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.11.1

27 Dec 20:48
d46425a
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/codebuild/aws to v0.27.0 @renovate (#74)

This PR contains the following updates:

Package Type Update Change
cloudposse/codebuild/aws (source) terraform minor 0.26.0 -> 0.27.0

Release Notes

cloudposse/terraform-aws-codebuild

v0.27.0

Compare Source

Artifact location variable @​ivanmartos (#​72) #### what

Added variable artifact_location and that is used for setting value of location of artifact of codebuild

why

It is not possible to set artifact as S3 without setting location.

references

This is a follow up for #​71

Readme needs to be updated since commands

make init
make readme

don't work on my machine

v0.11.0

27 Dec 20:42
9d37701
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#72)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

supersedes and closes #73

0.10.2: Update README.yaml (#67)

18 Aug 07:30
7b08ef8
Compare
Choose a tag to compare
* Update README.yaml

Update some incorrect field names in the example

The README.md file still needs to be regenerated

* Update README.yaml

* Updated README.md

Co-authored-by: Erik Osterman <erik@cloudposse.com>
Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>

0.10.1

18 Aug 07:12
329462e
Compare
Choose a tag to compare
[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.10.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#66)

11 Aug 17:27
a1b6327
Compare
Choose a tag to compare
## What

1. Update Version Pinning for Terraform to support 0.13

## Why

1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.

0.9.0: Updates to ChatOps - Automated commit (#65)

14 Jul 05:14
8bb604e
Compare
Choose a tag to compare
## What
* Adds chatops commands
  - '/test all'
  - '/test bats'
  - '/test readme'
  - '/test terratest'
* Drops codefresh
* Drops slash-command-dispatch
* Removes codefresh badge
* Rebuilds README

## Why
* Change over from codefresh to GH Actions
* Facilitate testing of PRs from forks

0.8.0 Fix counts. Add `enabled` flag. Use dynamic block for Deploy stage

11 Oct 04:14
707731c
Compare
Choose a tag to compare

what

  • Fix counts
  • Use dynamic block for Deploy stage
  • Add enabled flag

why

  • Fix count can't be computed errors
  • Using dynamic block for the Deploy stage allows having only one aws_codepipeline resource instead of relying on counts to enable/disable two resources
  • Properly use enabled flag on all recources

0.7.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

02 Jul 03:41
debb772
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.6.0 Remove `current` argument from `aws_region`

07 May 17:16
Compare
Choose a tag to compare