File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,8 @@ runcmd:
7171 - unzip -qq content-contrib.zip -d /home/splunk/
7272 - mv /home/splunk/observability-content-contrib-main /home/splunk/observability-content-contrib
7373 # Install Terraform
74- - wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
75- - echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
76- - sudo apt update && sudo apt install terraform
74+ - curl -S -OL https://releases.hashicorp.com/terraform/1.8.2/terraform_1.8.2_linux_arm64.zip
75+ - unzip -qq terraform_1.8.2_linux_arm64.zip -d /usr/local/bin
7776 # Install K3s
7877 - curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE="644" sh -
7978 # Create kube config and set correct permissions on splunk user home directory
@@ -85,4 +84,3 @@ runcmd:
8584 - sed -i 's/_THEME=\"robbyrussell\"/_THEME=\"gentoo\"/g' home/splunk/.zshrc
8685 # Chaos Mesh
8786 - curl -sSL https://mirrors.chaos-mesh.org/v2.6.3/install.sh | bash -s -- --k3s
88-
You can’t perform that action at this time.
0 commit comments