Skip to content

Releases: cloudposse/terraform-aws-multi-az-subnets

v0.9.1

03 Feb 04:11
81c8c2b
Compare
Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#36)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v0.9.0

06 Jan 17:08
085dfa5
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#34)

what

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

why

  • Support Terraform 0.14

v0.8.2

01 Jan 04:22
3a44ebd
Compare
Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#33)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v0.8.1

22 Dec 02:57
bdb5959
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/label/null to v0.22.1 @renovate (#32)

This PR contains the following updates:

Package Type Update Change
cloudposse/label/null (source) terraform patch 0.22.0 -> 0.22.1

Release Notes

cloudposse/terraform-null-label

v0.22.1

Compare Source

Add var.attributes to end of context.attributes, not vice versa @​Nuru (#​114) #### what - Add `var.attributes` to end of `context.attributes`, not vice versa - Update to current workflows (with some exceptions) #### why - Modules should append to attributes passed in, not insert themselves ahead of others - New features, like auto-format (but holding back some, because this is a special module) #### references - closes #​113 - closes #​108

v0.8.0

16 Dec 00:46
0021c2b
Compare
Choose a tag to compare
context.tf & Terraform 0.14 upgrade @Nuru (#31)

what

  • Upgrade to use context.tf, support Terraform 0.14, and bring up to current Cloud Posse standard

why

  • Support advanced null-label features (some work still to be done)
  • Support Terraform 0.14

notes

  • The subnets are tagged with a "Name" tag that does not conform to null-label standards. It is left for backwards compatibility.

Closes #21, closes #29, closes #30

0.7.0 Use minimum versions for provider pinning

03 Sep 16:27
1cd27f7
Compare
Choose a tag to compare

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

references

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

0.6.1

18 Aug 08:48
f2ebe84
Compare
Choose a tag to compare
[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.6.0: Support 0.13

11 Aug 22:14
ae81cf1
Compare
Choose a tag to compare
[AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#25)

## 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.5.0: Updates to ChatOps - Automated commit (#24)

14 Jul 05:20
aa893a6
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.4.0 Upgrade to 0.12. Add tests. Add Codefresh test pipeline

22 Oct 20:25
Compare
Choose a tag to compare

what

  • Port (rewrite) module with 0.12 syntax
  • Update Codefresh badge to point to the test pipeline in terraform-modules project
  • Update examples
  • Update README
  • Update README examples

why

  • Module currently does not work with 0.12
  • Much easier syntax
  • terraform-modules project contains pipelines for all terraform modules