<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Vijayakumar Vijayan</title>
    <description>The latest articles on Debug School by Vijayakumar Vijayan (@vijvi).</description>
    <link>https://www.debug.school/vijvi</link>
    <image>
      <url>https://www.debug.school/images/zUWA494XKAfYmhe_cl0pl3iH7GOTmAVz6UTSGEeUuks/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzY4NS8wZjVm/OTdlMS1jZjE4LTQ0/ODMtOTFiMC03NDIy/ZjJhYjM0N2UucG5n</url>
      <title>Debug School: Vijayakumar Vijayan</title>
      <link>https://www.debug.school/vijvi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/vijvi"/>
    <language>en</language>
    <item>
      <title>Terraform Day 1 - Revison</title>
      <dc:creator>Vijayakumar Vijayan</dc:creator>
      <pubDate>Tue, 19 Sep 2023 01:28:24 +0000</pubDate>
      <link>https://www.debug.school/vijvi/terraform-day-1-revison-2mmm</link>
      <guid>https://www.debug.school/vijvi/terraform-day-1-revison-2mmm</guid>
      <description>&lt;h2&gt;
  
  
  Why do we need terraform?
&lt;/h2&gt;

&lt;p&gt;Terraform is a tool that has the following benefits:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is an infrastructure as code tool which allows us to describe our desired infrastrucre as code.&lt;/li&gt;
&lt;li&gt;Allows us to create automation to deploy the environment&lt;/li&gt;
&lt;li&gt;Its cloud agnostic where it can be used to interact with multiple cloud vendors&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What is Providers?
&lt;/h2&gt;

&lt;p&gt;Providers are plugins that allow terraform to interact with various cloud systems &lt;/p&gt;

&lt;h2&gt;
  
  
  What is Resources?
&lt;/h2&gt;

&lt;p&gt;Resources are the key configurations that allows us to manage the infrastructure&lt;/p&gt;

&lt;h2&gt;
  
  
  List out Top 8 Commands which we have learnt so far?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;terraform init&lt;/li&gt;
&lt;li&gt;terraform providers&lt;/li&gt;
&lt;li&gt;terraform validate&lt;/li&gt;
&lt;li&gt;terraform plan&lt;/li&gt;
&lt;li&gt;terraform apply&lt;/li&gt;
&lt;li&gt;terraform show&lt;/li&gt;
&lt;li&gt;terraform destroy&lt;/li&gt;
&lt;li&gt;terraform state&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What are the block we have used in .tf file? Explain in Short
&lt;/h2&gt;

&lt;p&gt;Provider - defines the infra provider to be used&lt;br&gt;
resource - defines the infra resources to be managed&lt;br&gt;
output - defines the value that will be displayed after terraform completes execution&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
