Releases: cloudposse/terraform-aws-cicd
Releases · cloudposse/terraform-aws-cicd
v0.12.0
v0.11.1
🤖 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
Artifact location variable @ivanmartos (#72)
#### whatAdded 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
0.10.2: Update README.yaml (#67)
* 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
0.10.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#66)
## 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)
## 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
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 oneaws_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
what
- Port module to Terraform 0.12
- Pin all providers
- Add example for testing
- Add
bats
andterratest
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`
what
- Remove
current
argument fromaws_region