-
Notifications
You must be signed in to change notification settings - Fork 0
/
summary.tpl
24 lines (21 loc) · 963 Bytes
/
summary.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##############################################################################################################
#
# FortiGate a standalone FortiGate VM
# Terraform deployment template for Microsoft Azure
#
# The FortiGate VMs are reachable via the public IP address of the load balancer.
#
# BEWARE: The state files contain sensitive data like passwords and others. After the demo clean up your
# clouddrive directory.
#
# Deployment location: ${location}
# Username: ${username}
#
# Management FortiGate: https://${fgt_ipaddress}/
#
##############################################################################################################
fgt_ipaddress = ${fgt_ipaddress}
fgt_private_ip_address_ext = ${fgt_private_ip_address_ext}
fgt_private_ip_address_int = ${fgt_private_ip_address_int}
fgt_fortiflex_serial = ${fgt_fortiflex_serial}
##############################################################################################################