<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Debian on Terraform Pilot</title><link>https://www.terraformpilot.com/tags/debian/</link><description>Recent content in Debian on Terraform Pilot</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Mon, 13 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.terraformpilot.com/tags/debian/feed.xml" rel="self" type="application/rss+xml"/><item><title>Install Terraform on Debian: Step-by-Step Guide</title><link>https://www.terraformpilot.com/articles/install-terraform-debian/</link><pubDate>Mon, 13 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.terraformpilot.com/articles/install-terraform-debian/</guid><description>Debian doesn&amp;rsquo;t include Terraform in its default repositories. You need to add the HashiCorp APT repository or download the binary manually. Both methods work on Debian 12 (Bookworm), 11 (Bullseye), and newer.
Method 1: HashiCorp APT Repository (Recommended) # Install prerequisites sudo apt-get update sudo apt-get install -y gnupg software-properties-common curl # Add HashiCorp GPG key curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg # Add repository echo &amp;#34;deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.</description></item></channel></rss>