Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Releases: cloudposse-archives/terraform-aws-iam-policy-document-aggregator

v0.8.0

04 Feb 07:16
36ed346
Compare
Choose a tag to compare
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#25)

what

  • update context.tf to v0.23.0
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.7.0

07 Jan 08:19
268d8b1
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#24)

what

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

why

  • Support Terraform 0.14

v0.6.0

02 Sep 23:04
14f5404
Compare
Choose a tag to compare
Update versions.tf @woz5999 (#22)

what

set minimum versions for providers without pinning to a specific major version

why

the current method makes it very difficult to maintain or upgrade consistent provider versions within a project
closes #20

references

https://www.terraform.io/docs/configuration/provider-requirements.html#best-practices-for-provider-versions

v0.5.0

02 Sep 22:16
6dad29b
Compare
Choose a tag to compare
aws provider v3.0 support @savealive (#21)

changed aws provider constraint to support v3.0

what

Changed versions.tf to supprort aws provider v3.0

references

closes #20

v0.4.0

19 Aug 04:35
e7ce6c1
Compare
Choose a tag to compare
Additional TF 0.13 Fixes @osterman (#19)

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

0.3.2: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#18)

18 Aug 08:06
ba48739
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.3.1: Fix typo in output description (#15)

14 Jul 05:11
ceca23c
Compare
Choose a tag to compare
* fix typo in output description

* Updated README.md

* Updated README.md

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

0.3.0: Updates to ChatOps - Automated commit (#17)

14 Jul 04:50
e009042
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.2.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

22 Dec 06:39
ba47dc9
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.1.2: Fix empty policy (#7)

28 Jun 08:09
ca82069
Compare
Choose a tag to compare
* Fix empty policies

* Fix empty policies

* Fix formatting

* Fix formatting