<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>version control on Rishab Kumar</title>
    <link>https://rishabkumar.com/tags/version-control/</link>
    <description>Recent content in version control on Rishab Kumar</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 11 Feb 2024 16:34:14 +0000</lastBuildDate><atom:link href="https://rishabkumar.com/tags/version-control/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Should you include .terraform.lock.hcl in .gitignore?</title>
      <link>https://rishabkumar.com/blog/terraform-lock-hcl-to-gitignore-or-commit/</link>
      <pubDate>Sun, 11 Feb 2024 16:34:14 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/terraform-lock-hcl-to-gitignore-or-commit/</guid>
      <description>One question that I had in my mind when I first build my IaC(Infrastructure as Code) with Terraform was, what all needs to be included in the .gitignore, especially the .terraform.lock.hcl.
So here is the quick answer: Yes, you should commit the .terraform.lock.hcl to your version control (GitHub repository).
Let&amp;rsquo;s first see, what is the .terraform.lock.hcl. According to Hashicorp&amp;rsquo;s documentation
Terraform automatically creates or updates the dependency lock file each time you run the terraform init command.</description>
    </item>
    
  </channel>
</rss>
