Releases: cloudposse/terraform-aws-multi-az-subnets
Releases · cloudposse/terraform-aws-multi-az-subnets
v0.9.1
🤖 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
v0.8.2
🤖 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
🤖 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
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 #108v0.8.0
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.
0.7.0 Use minimum versions for provider pinning
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
0.6.1
0.6.0: Support 0.13
[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)
## 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
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