Skip to content

Releases: cloudposse/terraform-aws-cloudformation-stack

v0.7.1

21 Aug 03:18
c30ad79
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#14)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.7.0

09 Feb 02:33
cdc9b01
Compare
Choose a tag to compare
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#12)

what

  • update context.tf to v0.24.1
  • 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, back compatibility with context v0.22.0 and below
  • 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.6.1

05 Feb 03:15
f5d9cd3
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#13)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.6.0

04 Feb 07:13
e8fc5cf
Compare
Choose a tag to compare
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#11)

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.5.0

07 Jan 08:17
9100cbd
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#8)

what

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

why

  • Support Terraform 0.14

supersedes and closes #7
supersedes and closes #6

0.4.1

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

0.4.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#4)

12 Aug 01:20
d7965ce
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.0: Updates to ChatOps

08 Jul 02:39
b880930
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 Add usage example. Add tests. Add Codefresh test pipeline

17 Dec 23:44
a460dac
Compare
Choose a tag to compare

what

  • Add usage example for testing
  • Add bats and terratest for the example
  • Add Codefresh test pipeline
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Better regression control
  • Automatically test the example on every pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values

0.1.0: Added initial terraform code (#1)

29 Nov 18:14
d166a5c
Compare
Choose a tag to compare
* Added initial terraform code