File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ commands will detect it and remind you to do so if necessary.
5757- ` splunk_realm ` : Observability Realm
5858- ` splunk_presetup ` : Provide a preconfigured instance (OTel Collector and Online Boutique deployed with RUM enabled)
5959- ` splunk_jdk ` : Install OpenJDK and Maven on the instance (for PetClinic workshop or other Java based workshops)
60+ - ` otel_demo ` : Install and configure the OpenTelemetry Telescope Shop Demo. This requires that ` splunk_presetup ` is set to FALSE. The default is FALSE
6061
6162## 6. Create Terraform variables file
6263
@@ -76,6 +77,7 @@ splunk_rum_token = "1234xxxx5678yyyy"
7677splunk_realm = "us1"
7778splunk_presetup = true
7879splunk_jdk = false
80+ otel_demo = false
7981```
8082
8183Then run ` terraform plan ` to see what will be created. Once happy run ` terraform apply ` to create the instances.
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ splunk_realm = ""
66# Optional
77splunk_presetup = false
88splunk_jdk = false
9+ otel_demo = false
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ The following variables are available. Edit `terraform.tfvars` to reflect what y
5454
5555- ` splunk_presetup ` : Provide a preconfigured instance (OTel Collector and Online Boutique deployed with RUM enabled). The default is FALSE.
5656- ` splunk_jdk ` : Install OpenJDK and Maven on the instance. The default is FALSE.
57+ - ` otel_demo ` : Install and configure the OpenTelemetry Telescope Shop Demo. This requires that ` splunk_presetup ` is set to FALSE. The default is FALSE
5758
5859## 6. Create a Terraform plan
5960
You can’t perform that action at this time.
0 commit comments