We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 024eacb + e8ead6a commit c91f34cCopy full SHA for c91f34c
README.rst
@@ -20,7 +20,7 @@ Install Terraform:
20
wget -qO - terraform.gpg https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/terraform-archive-keyring.gpg
21
sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/terraform-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/terraform.list
22
sudo apt update
23
- sudo apt install terraform
+ sudo apt install git terraform
24
25
Clone and initialise the Kayobe config:
26
0 commit comments