Skip to content

Releases: cloudposse/terraform-aws-vpc-peering-multi-account

v0.11.2

07 Jan 08:29
ef13439
Compare
Choose a tag to compare

🤖 Automatic Updates

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

This PR contains the following updates:

Package Type Update Change
cloudposse/label/null (source) terraform minor 0.21.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.22.0

Compare Source

Breaking change: This release updates minimum Terraform version requirement to 0.12.26

Convert context.tf to registry reference @​Nuru (#​110) ##### what - Convert `context.tf` to use registry reference - Update version requirement to `>= 0.12.26` - Switch auto-publish to draft mode ##### why - New standard way to reference modules - Minimum version that supports registry references - Ensure that version numbers are set manually and match what is in `context.tf`

v0.11.1

07 Jan 08:20
dbfe991
Compare
Choose a tag to compare

🚀 Enhancements

Terraform 0.14 upgrade @maximmi (#32)

what

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

why

  • Support Terraform 0.14

v0.11.0

23 Nov 11:28
f8552f4
Compare
Choose a tag to compare
Added try to options to avoid errors when enabled is false (#19) @JamesTimms (#20)

what

  • Added count to accepter and requester options to prevent them from being created when enabled is false.

why

  • When enabled is false count is set to 0 and is used to skip most resources except these two options. When these options aren't skipped the module fails.

references

  • closes #19

v0.10.0

20 Nov 23:56
6260020
Compare
Choose a tag to compare
Update to AWS Provider 3.x @dmitrijn (#29)

what

  • Update AWS provider version

why

  • Can't use this module with aws 3.x provider

ref

0.9.1: Add option to skip ec2 profile credentials

21 Oct 07:17
18e5563
Compare
Choose a tag to compare
Add option to skip ec2 profile credentials (#27)

* Add option to skip ec2 profile credentials

* Updated README.md

Co-authored-by: actions-bot <[email protected]>

0.9.0: Allow filtering subnets using tags

16 Oct 15:10
3797458
Compare
Choose a tag to compare
Allow filtering subnets using tags (#25)

0.8.2: Make the "enabled" flag work for resource aws_vpc_peering_connection_…

24 Aug 19:38
071e574
Compare
Choose a tag to compare
…options (#23)

* put try around an expression which fails when enabled==false

* put count into the peering objects themselves

* Update requester.tf

Co-authored-by: Daniel Boesswetter <[email protected]>
Co-authored-by: nitro <[email protected]>

0.8.1: [AUTOMATED] Update terraform-null-label versions to support Terraform…

18 Aug 07:56
48628c5
Compare
Choose a tag to compare
… 0.13 (#22)

* [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13

* Updated README.md

Co-authored-by: actions-bot <[email protected]>

0.8.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#21)

18 Aug 07:56
bc3ce3e
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.7.0: Updates to ChatOps - Automated commit (#18)

14 Jul 05:21
67504a7
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