Skip to content

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

v0.20.0

25 Jan 16:21
85a0dc3
Compare
Choose a tag to compare

what

  • Remove of enabled part of the for_each ternary, as it disables assume_role on enabled = false, which blocks teardown

why

  • local.enabled ternary causes no provider to be present on enabled = false, preventing teardown

v0.19.1

07 Jul 15:23
d6a5b18
Compare
Choose a tag to compare
git.io->cloudposse.tools update @dylanbannon (#61)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

🚀 Enhancements

Replace deprecated data source 'aws_subnet_ids' @gberenice (#64)

what

  • Data source aws_subnet_ids was replaced with aws_subnet for requester. This was already implemented for accepter.

why

  • aws_subnet_ids has been deprecated and will be removed.

references

v0.19.0

28 Jun 02:39
33a24a3
Compare
Choose a tag to compare
Revert PR #44 @Benbentwo (#62)

what

  • Reverts PR #44 which introduced a bug when using default routing table

references

v0.18.0

18 Jun 13:35
67f1be2
Compare
Choose a tag to compare
feat: add configurable AWS route creation and deletion timeouts @morremeyer (#57)

what

  • Adds configurable timeouts for AWS route creation and deletion

why

  • Route creation and deletion can take longer than the provider defaults of 2m (creation) and 5m (deletion)

references

v0.17.1

22 Nov 20:09
0cad62a
Compare
Choose a tag to compare

🚀 Enhancements

Disable provider role assumption if enabled is false @nitrocode (#56)

what

  • Disable provider role assumption if enabled is false

why

  • Allow enabled = false

references

N/A

v0.17.0

13 Nov 03:45
93d3a0b
Compare
Choose a tag to compare
Add `accepter_enabled` variable @aknysh (#52)

what

  • Add accepter_enabled variable

why

  • Allow provisioning only the requester side of the peering connection
  • Useful in cases where the accepter side of the connection is managed manually

v0.16.2

13 Nov 03:09
c5b6506
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#55)

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

21 Oct 20:09
67c23b3
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/label/null to v0.25.0 @renovate (#53)

This PR contains the following updates:

Package Type Update Change
cloudposse/label/null (source) module minor 0.24.1 -> 0.25.0

Release Notes

cloudposse/terraform-null-label

v0.25.0

Compare Source

Add "tenant", "labels_as_tags", and "descriptors" @​Nuru (#​132) ##### what - Add additional label and `id` component: `tenant` - New input `labels_as_tags` controls which labels are exported as tags - New input `descriptor_formats` generates new output `descriptors` - Update README, remove link to obsolete `terraform-terraform-label` ##### why - Support users that host resources on behalf of and/or dedicated to single customers - Supersedes and closes #​131, giving people control over which tags the module generates - Simple mechanism for creating multiple identifiers from the same inputs, reducing the need to create multiple instances of `null-label` - Document `tenant`, `labels_as_tags`, `descriptor_formats`, add additional clarification, stop promoting obsolete module
Fix: Update README Snippets @​korenyoni (#​130) ##### what * Update README snippets to reflect use of Terraform Registry. ##### why * Including snippets that reflect use of the Terraform Registry make it easier for users to quickly instantiate a null_label module. * README is out of date and does not include snippets that reflect use of the Terraform Registry. ##### references * N/A
Bridgecrew compliance @​Nuru (#​125) ##### what - Resolve Bridgecrew compliance complaint about example Autoscaling Group (BC_AWS_GENERAL_31) - Fix typo in README - Include Terraform lock file in `.gitignore` ##### why - Get clean Bridgecrew badge - Correct confusing error - Ensure lock files are not checked into GitHub ##### note The PR can and should be merged into `master` to update README and Bridgecrew without triggering a new release/version. These changes have no effect on the actual module in use and a release will create unnecessary ripple effects. However, merging to `master` will update the README and badges, so is worthwhile, and the changes will move forward into the next release.
Properly output descriptors of chained modules @​Nuru (#​133) ##### what - Properly output descriptors of chained modules ##### why - Bug fix; implement intended behavior

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.16.0

27 Apr 22:57
443b030
Compare
Choose a tag to compare
Optional attribute variable @dmitriy-lukyanchikov (#46)

what

  • add variable add_attribute_tag that will control creation of additional attribute accepted for accepted and requster for requester

why

This module can be used for creating cross-account and same account vpc peering. The case si next: if use dynamic aws creds in loop, but different attribute tag for accepted and the requester will conflict with each other for same account vpc peering. Also some time its not needed to add any additional attributes

v0.15.0

23 Mar 00:52
3bb5c57
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

Introduces a bug #45 in failed attempt to fix #30 . No other changes to module itself. Use v0.14.0 until the next release.

Update `accepter`, GitHub actions, LICENSE, README @aknysh (#44)

what

  • Update accepter, GitHub actions, LICENSE, README

why

  • Keep up to date

related

  • Closes #30 (update: does not really fix #30)
  • Closes #31