Skip to content

Commit 280f2d2

Browse files
committed
Support for OTel Demo
1 parent f38dab7 commit 280f2d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

multipass/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ variable "splunk_jdk" {
3939
default = false
4040
}
4141

42+
variable "otel_demo" {
43+
description = "Spin up the OpenTelemetry Astronomy Shop Demo? (true/false)"
44+
type = bool
45+
default = false
46+
}
47+
4248
variable "instance_password" {
4349
default = ""
4450
}
@@ -58,6 +64,7 @@ locals {
5864
realm = var.splunk_realm
5965
presetup = var.splunk_presetup
6066
jdk = var.splunk_jdk
67+
otel_demo = var.otel_demo
6168
instance_name = "${random_string.hostname.result}"
6269
instance_password = var.instance_password
6370
}

0 commit comments

Comments
 (0)