Skip to content

Commit

Permalink
* 2.9.13 -- 2023-12-13
Browse files Browse the repository at this point in the history
  - vpn-transit-gateway
    - change alarm templates to reduce size for aggregate alarms
  • Loading branch information
badra001 committed Dec 13, 2023
1 parent 316d1ac commit e12484e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,7 @@
* 2.9.12 -- 2023-11-01
- vpc-interface-endpoint
- change vpce_kms_txt to vpce_heritage_txt

* 2.9.13 -- 2023-12-13
- vpn-transit-gateway
- change alarm templates to reduce size for aggregate alarms
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* loopback = ${site_details[0].loopback}
* endpoint = ${site_details[0].customer_address}
%{ for t in site_details ~}
* ${t.site} ${t.tunnel_number} ${t.inside_cidr}
* ${t.site}-${t.sequence}-${t.tunnel_number}
%{ endfor ~}

_${module_version}_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* loopback = ${site_details[0].loopback}
* endpoint = ${site_details[0].customer_address}
%{ for t in site_details ~}
* ${t.tunnel_number} ${t.inside_cidr} interface ${t.interface_number}
* ${t.sequence}-${t.tunnel_number} ${t.inside_cidr} interface ${t.interface_number}
%{ endfor ~}

_${module_version}_

0 comments on commit e12484e

Please sign in to comment.