Fix terraform package version for ubuntu
This commit is contained in:
parent
71a50c8fa3
commit
d3f48aef8c
2
fabrica
2
fabrica
|
@ -18,7 +18,7 @@ function needGitPull()
|
||||||
function install_hashicorp_tools()
|
function install_hashicorp_tools()
|
||||||
{
|
{
|
||||||
packer_version="1.6.6"
|
packer_version="1.6.6"
|
||||||
terraform_version="1.14.3"
|
terraform_version="0.14.3"
|
||||||
if [[ ${DISTRIB_ID} == "ManjaroLinux" ]]
|
if [[ ${DISTRIB_ID} == "ManjaroLinux" ]]
|
||||||
then
|
then
|
||||||
pacman -Syq terraform packer --noconfirm
|
pacman -Syq terraform packer --noconfirm
|
||||||
|
|
Loading…
Reference in New Issue