<?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: Anisah Suhaimy</title>
    <description>The latest articles on Debug School by Anisah Suhaimy (@anisahmardiah_393).</description>
    <link>https://www.debug.school/anisahmardiah_393</link>
    <image>
      <url>https://www.debug.school/images/r-pkIbixyU_FTXgRglqAOsii4NdC_9Xth-FSmKzsU_g/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzY4Ny8wYzE1/Y2EwNS0wYmY1LTRl/NWUtODYxMy1mZDBi/YWZmMGFkOWQucG5n</url>
      <title>Debug School: Anisah Suhaimy</title>
      <link>https://www.debug.school/anisahmardiah_393</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/anisahmardiah_393"/>
    <language>en</language>
    <item>
      <title>Assignment 1</title>
      <dc:creator>Anisah Suhaimy</dc:creator>
      <pubDate>Tue, 19 Sep 2023 01:33:54 +0000</pubDate>
      <link>https://www.debug.school/anisahmardiah_393/assignment-1-14f9</link>
      <guid>https://www.debug.school/anisahmardiah_393/assignment-1-14f9</guid>
      <description>&lt;p&gt;Why do we need terraform?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to enable people to access/ways to build, modify and deploy codes on cloud/on-prem safe and efficiently&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;A plugin - enable interaction with API&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Take arguments and export attributes for use in configuration&lt;/li&gt;
&lt;li&gt;Manage resource - ceate, update, delete objects&lt;/li&gt;
&lt;li&gt;Data resource - Only read object&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ol&gt;
&lt;li&gt;$ set PATH "%PATH%;C:\tools\terraform";&lt;/li&gt;
&lt;li&gt;$ terraform init&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;output "github_repo_url" {
  value = github_repository.example.http_clone_url
}&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What are the block we have used in .tf file? Explain in Short&lt;br&gt;
-A bunch of blocks is used to define and configuring all the element within your code such as declaring providers, variables, output and  separated is to make sure the code is more understandable and structured&lt;/p&gt;

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