Releases: rhythmictech/terraform-aws-fortigate-vpn
Releases · rhythmictech/terraform-aws-fortigate-vpn
Allow use of computed gateway IDs
- Stop using VPG and TGW IDs for resource counts, so they can be computed during a plan
- Adds new var
use_tgw
which must be set totrue
if attaching the VPN to a Transit Gateway
v0.1.2
Fix two bugs
- Template bug
- More serious bug where this still wouldn't work if you were specifying a
vgw_id
. Think all cases are sorted out now.
v0.1.0
Initial release
initial commit (#1) * initial commit