Skip to content

Releases: rackspace-infrastructure-automation/aws-terraform-vpc_peer

Cross Account Peering Custom Tags + Reworked Examples

08 Jan 17:13
b15c12a
Compare
Choose a tag to compare
  • Cross account peering now supports custom tags
  • Examples for cross account peering updated to make the separation more explicit and added a README to help speed up the process of local testing / appropriate usage

Accept list of route tables in VPC Peer modules

05 Jan 15:35
9cb429d
Compare
Choose a tag to compare
  • Accept list of route tables in VPC Peer modules #17
    • Adds variable for list of peer route tables and peer route table count and vpc route tables and vpc route table count
    • Create VPC routes from a single logical resource. Create Peer routes from a single logical resource

CI Updates

20 Nov 23:42
a73be2a
Compare
Choose a tag to compare

Update tests to use Terraform 0.13 and AWS provider 3.0

v0.12.0

18 Feb 16:32
76a5d3a
Compare
Choose a tag to compare
Merge pull request #15 from rackspace-infrastructure-automation/MPCSU…

v0.0.4

11 Feb 16:49
64bd450
Compare
Choose a tag to compare
  • remove auto_accept variable from cross account module since its not compatible with that use case
  • remove peer_region variable from vpc_peer module as the advised use case is single region , same account deploys.
  • remove is_inter_region variable and logic coupled with a documentation update to advise the module must be used with 2.31.0 or greater for proper usage
  • updates to support using the latest testing container (which has updated tuvok and terrafom-docs)
  • update documentation advising with a sample IAM policy that could be assigned to IAM user for cross account module and use case

v0.0.3

14 Feb 17:56
ccb528b
Compare
Choose a tag to compare
Merge pull request #12 from rackspace-infrastructure-automation/imple…

v0.0.2

17 Oct 13:42
898cc8a
Compare
Choose a tag to compare
Merge pull request #4 from rackspace-infrastructure-automation/cross-…

v0.0.1

30 Aug 13:04
b7a63d6
Compare
Choose a tag to compare

Initial release. Provides support for intra account VPC Peering and cross account VPC Peering.