Skip to content

Commit

Permalink
- vpn-transit-gateway
Browse files Browse the repository at this point in the history
  - update vpn-config to emit customer_gateway, loopback, single_cgw, and based on single_cgw output correctly
- vpc-transit-gateway-association-data **new**
  - module to get data resources needed as input to vpc-transit-gateway-association
- vpc-transit-gateway-association **new**
  - module to make self vpc attachment and routing for a vpc
  - makes peer routing setup
  - can call multiple times for peers for a varient of different peers (though right now,
    the data module only emits self and peer so it would need adjusting to work in commericial)
  • Loading branch information
badra001 committed Oct 17, 2022
1 parent 691b0dc commit 9056d90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,14 @@
- tag-shared-vpc-resources
- new submoule to tag vpcs, dhcp options, subnets, route tables, network acls
- transit gateways do not support taggging at this time

* 2.4.1 -- 2022-10-14
- vpn-transit-gateway
- update vpn-config to emit customer_gateway, loopback, single_cgw, and based on single_cgw output correctly
- vpc-transit-gateway-association-data **new**
- module to get data resources needed as input to vpc-transit-gateway-association
- vpc-transit-gateway-association **new**
- module to make self vpc attachment and routing for a vpc
- makes peer routing setup
- can call multiple times for peers for a varient of different peers (though right now,
the data module only emits self and peer so it would need adjusting to work in commericial)
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
_module_version = "2.4.0"
_module_version = "2.4.1"
_module_names = {
"_main_" = "aws-vpc-setup"

Expand Down

0 comments on commit 9056d90

Please sign in to comment.