You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workshop/aws/ec2/variables.tf
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,30 @@
1
1
variable"cloud_init_print" {
2
2
description="Show rendered cloud_init output"
3
-
type=bool
4
-
default=false
3
+
type=bool
4
+
default=false
5
5
}
6
6
7
7
variable"splunk_presetup" {
8
8
description="Presetup the instance? (true/false)"
9
-
type=bool
10
-
default=false
9
+
type=bool
10
+
default=false
11
11
}
12
12
13
13
variable"splunk_jdk" {
14
14
description="Enabled Java Development environment? (true/false)"
15
-
type=bool
16
-
default=false
15
+
type=bool
16
+
default=false
17
17
}
18
18
19
19
variable"aws_instance_count" {
20
20
description="Instance Count (Usually 1)"
21
-
nullable=false
21
+
nullable=false
22
22
}
23
23
24
24
variable"subnet_count" {
25
-
description="Subnet Count (Usually 1 for small workshops, but can be 2 or 3 for larger one, but never 4 and be aware some regions only support 2 due to limited flavor availabiity)"
26
-
nullable=false
27
-
default="2"
25
+
description="Subnet Count (Usually 1 for small workshops, but can be 2 or 3 for larger one, but never 4 and be aware some regions only support 2 due to limited flavour availabiity)"
0 commit comments