We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d32b8b commit 1afc454Copy full SHA for 1afc454
files/userdata.sh.tpl
@@ -6,7 +6,7 @@ dnf update -y
6
dnf install -y unzip python3-pip sshpass
7
8
# Install Packer
9
-PACKER_VERSION="1.10.0"
+PACKER_VERSION="1.13.1"
10
PACKER_PACKAGE_NAME=$(printf "packer_%s_linux_amd64.zip" $PACKER_VERSION)
11
12
curl -LO "https://releases.hashicorp.com/packer/$PACKER_VERSION/$PACKER_PACKAGE_NAME"
0 commit comments