Skip to content

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

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 <58130806+actions-bot@users.noreply.github.com>

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 <dboesswetter@testo.de>
Co-authored-by: nitro <nitrocode@users.noreply.github.com>

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 <58130806+actions-bot@users.noreply.github.com>

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

0.6.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

01 May 20:31
7b3176f
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

related