We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f134ab2 commit 0b0193eCopy full SHA for 0b0193e
workshop/aws/ec2/templates/userdata.yaml
@@ -196,8 +196,8 @@ runcmd:
196
- curl -s https://raw.githubusercontent.com/splunk/observability-workshop/main/workshop/cloud-init/motd -o /etc/motd
197
- chmod -x /etc/update-motd.d/*
198
# Install Terraform
199
- - curl -S -OL https://releases.hashicorp.com/terraform/1.2.8/terraform_1.2.8_linux_amd64.zip
200
- - unzip -qq terraform_1.2.8_linux_amd64.zip -d /usr/local/bin
+ - curl -S -OL https://releases.hashicorp.com/terraform/1.3.7/terraform_1.3.7_linux_amd64.zip
+ - unzip -qq terraform_1.3.7_linux_amd64.zip -d /usr/local/bin
201
- bash /usr/local/bin/setup-docker-registry.sh
202
- bash /usr/local/bin/local-setup.sh
203
# Install K3s
0 commit comments