Skip to content

Commit 0b0193e

Browse files
committed
Bumped terraform version
1 parent f134ab2 commit 0b0193e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/aws/ec2/templates/userdata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ runcmd:
196196
- curl -s https://raw.githubusercontent.com/splunk/observability-workshop/main/workshop/cloud-init/motd -o /etc/motd
197197
- chmod -x /etc/update-motd.d/*
198198
# 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
199+
- curl -S -OL https://releases.hashicorp.com/terraform/1.3.7/terraform_1.3.7_linux_amd64.zip
200+
- unzip -qq terraform_1.3.7_linux_amd64.zip -d /usr/local/bin
201201
- bash /usr/local/bin/setup-docker-registry.sh
202202
- bash /usr/local/bin/local-setup.sh
203203
# Install K3s

0 commit comments

Comments
 (0)