Releases: rackspace-infrastructure-automation/aws-terraform-vpc_peer
Releases · rackspace-infrastructure-automation/aws-terraform-vpc_peer
Cross Account Peering Custom Tags + Reworked Examples
- 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
- 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
Update tests to use Terraform 0.13 and AWS provider 3.0
v0.12.0
Merge pull request #15 from rackspace-infrastructure-automation/MPCSU…
v0.0.4
- 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
Merge pull request #12 from rackspace-infrastructure-automation/imple…
v0.0.2
Merge pull request #4 from rackspace-infrastructure-automation/cross-…
v0.0.1
Initial release. Provides support for intra account VPC Peering and cross account VPC Peering.