Skip to content

Commit

Permalink
update to include composite
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 31, 2023
1 parent 4888d6b commit 18d910c
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

# VPN All Tunnel Status Change

## ${site_details[0].account_alias} ${site_details[0].region}

* account = ${site_details[0].account_alias} ${site_details[0].account_id}
* region = ${site_details[0].region}
* label = ${site_details[0].full_label}
* vpc
* id = ${site_details[0].vpc_id}
* cidr_block = ${site_details[0].cidr_block}
* name = ${site_details[0].vpc_short_name}-${site_details[0].vpc_name}
* environment = ${site_details[0].vpn_environment}
* tunnels
* loopback = ${site_details[0].loopback}
* endpoint = ${site_details[0].customer_address}
%{ for t in site_details ~}
* ${t.site} ${t.tunnel_number} ${t.inside_cidr} interface ${t.interface_number}
%{ endfor ~}

_version = ${module_name} ${module_version}_

0 comments on commit 18d910c

Please sign in to comment.