<?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: Malcolm</title>
    <description>The latest articles on Debug School by Malcolm (@malcolmanandaraj_594).</description>
    <link>https://www.debug.school/malcolmanandaraj_594</link>
    <image>
      <url>https://www.debug.school/images/1SVIOyFxLwNqcqAWtpVPyl7QENypap6DVVErgK_HCOY/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzY4OS9hNjIw/YzE0Yi1mMGI0LTQy/MzItOTc5MS1iZjcz/MGI2NWIxZWQucG5n</url>
      <title>Debug School: Malcolm</title>
      <link>https://www.debug.school/malcolmanandaraj_594</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/malcolmanandaraj_594"/>
    <language>en</language>
    <item>
      <title>Recap Questions for Day 1</title>
      <dc:creator>Malcolm</dc:creator>
      <pubDate>Tue, 19 Sep 2023 01:26:34 +0000</pubDate>
      <link>https://www.debug.school/malcolmanandaraj_594/questions-for-day-1-4abe</link>
      <guid>https://www.debug.school/malcolmanandaraj_594/questions-for-day-1-4abe</guid>
      <description>&lt;p&gt;Why do we need terraform?&lt;br&gt;
To easily provision and manage infrastructure resources at scale.&lt;br&gt;
What is Providers?&lt;br&gt;
A plugin that allows Terraform to interact with a certain technology from a  service provider&lt;br&gt;
What is Resources?&lt;br&gt;
An infrastructure component that can be configured and managed using terraform &lt;br&gt;
List out Top 8 Commands which we have learnt so far?&lt;br&gt;
terraform init&lt;br&gt;
terraform validate&lt;br&gt;
terraform plan&lt;br&gt;
terraform apply&lt;br&gt;
terraform show&lt;br&gt;
terraform state list&lt;br&gt;
terraform destroy&lt;br&gt;
terraform version&lt;/p&gt;

&lt;p&gt;What are the block we have used in .tf file? Explain in Short&lt;br&gt;
a unit of code enclosed in a curly brace &lt;br&gt;
some blocks that we have used are: a resource block, an output block, a provider block.&lt;/p&gt;

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