Skip to content

Commit

Permalink
- vpc-transit-gateway-association/self
Browse files Browse the repository at this point in the history
  - update tags to a common format
  - add var.tags
  - detect if running in network account, and only add ec2_tags if not
  • Loading branch information
badra001 committed Dec 16, 2022
1 parent e7c4b62 commit baba513
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,8 @@
- add route propagation for vpc into VPN route table
- if vpn_route_prefix_list_name == null, do not create vpn route or route propagation

* 2.4.6 -- 2022-12-16
- vpc-transit-gateway-association/self
- update tags to a common format
- add var.tags
- detect if running in network account, and only add ec2_tags if not
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.5"
_module_version = "2.4.6"
_module_names = {
"_main_" = "aws-vpc-setup"

Expand Down

0 comments on commit baba513

Please sign in to comment.