-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfvars
113 lines (109 loc) · 2.6 KB
/
terraform.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
resource_tags = {
project = "project-alpha",
environment = "dev",
owner = "[email protected]"
}
workingADOM = "Cupcakes_AS"
device = {
hub = {
type = "hub"
count = 1
name = "Oslo"
adm_usr = "admin"
adm_pass = ""
platform_str = "FortiGate-VM64-KVM"
sn = ""
mgmt_mode = "fmg"
deviceaction = "add_model"
os_type = "fos"
os_ver = "7.0"
description = "Managed By Terraform"
latitude = "60.37309"
longitude = "5.339208"
ip = "10.1.1.1"
metadata = (
{
address = "Fjøsangerveien 65"
org = "Eviny Digital AS"
email = "[email protected]"
phone = "+4745402619"
})
}
# spoke01 = {
# type = "spoke"
# count = 1
# name = "storsenter-1"
# adm_usr = "admin"
# adm_pass = ""
# platform_str = "FortiGate-VM64-KVM"
# sn = "FGVMEVYBU0WTJJC0"
# mgmt_mode = "fmg"
# deviceaction = "add_model"
# os_type = "fos"
# os_ver = "7.0"
# description = "Managed By Terraform"
# latitude = "60.37309"
# longitude = "5.339208"
# ip = "172.16.2.1"
# metadata = (
# {
# address = "Fjøsangerveien 65"
# org = "Eviny Digital AS"
# email = "[email protected]"
# phone = "+4745402619"
# })
# }
# spoke02 = {
# type = "spoke"
# count = 1
# name = "storsenter-2"
# adm_usr = "admin"
# adm_pass = ""
# platform_str = "FortiGate-VM64-KVM"
# sn = "FGVMEVUPTJZQIMF7"
# mgmt_mode = "fmg"
# deviceaction = "add_model"
# os_type = "fos"
# os_ver = "7.0"
# description = "Managed By Terraform"
# latitude = "60.37309"
# longitude = "5.339208"
# ip = "172.16.3.1"
# metadata = (
# {
# address = "Fjøsangerveien 65"
# org = "Eviny Digital AS"
# email = "[email protected]"
# phone = "+4745402619"
# })
# }
}
#adomVARS = {
# lan_ip_edu({
# name = lan_ip_edu
# description = "LAN IP EDU"
# scopetype = adom
# adom = string
# default_value = "10.0.0.1/24"
# dynamic_mapping = object({
# _scope = object({
# name = string
# vdom = string
# })
# value = string
# })
# }))
#}
cli-template-project-variables = [
"lan_ip_edu",
"lan_ip_fin",
"mpls_wan_ip",
"hostname",
"profile",
"region",
"loopback",
"mpls_wan_gateway",
"inbandwidth",
"shaping_profile",
"outbandwidth",
]