User Tools

Site Tools


automation:terraform:install

Installing Terraform

<Code:bash linenums:1 |Debian Installation> apt update && apt install -y gnupg software-properties-common wget -O - https://apt.releases.hashicorp.com/gpg | gpg –dearmor > /usr/share/keyrings/hashicorp-archive-keyring.gpg gpg –no-default-keyring –keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg –fingerprint

echo “deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main” > /etc/apt/sources.list.d/hashicorp.list

apt update

apt install terraform

</Code>

automation/terraform/install.txt · Last modified: 2023/12/01 14:43 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki