Skip to content

Commit 49f901c

Browse files
committed
Use arm64 version of terraform, full package upgrade
1 parent 5ed1039 commit 49f901c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

orbstack/cloud-init.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)