<?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>DEV Community: Andrii Sudak</title>
    <description>The latest articles on DEV Community by Andrii Sudak (@andrii-sudak).</description>
    <link>https://dev.to/andrii-sudak</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1250384%2F293a9695-5e90-4fbf-8557-5b982acca2ad.jpg</url>
      <title>DEV Community: Andrii Sudak</title>
      <link>https://dev.to/andrii-sudak</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andrii-sudak"/>
    <language>en</language>
    <item>
      <title>My First Terraform Experience as Ansible Guy</title>
      <dc:creator>Andrii Sudak</dc:creator>
      <pubDate>Sun, 14 Jan 2024 20:03:40 +0000</pubDate>
      <link>https://dev.to/andrii-sudak/my-first-terraform-experience-as-ansible-guy-12ig</link>
      <guid>https://dev.to/andrii-sudak/my-first-terraform-experience-as-ansible-guy-12ig</guid>
      <description>&lt;p&gt;A few days ago, I finished one of the &lt;a href="https://www.udemy.com/certificate/UC-086e60b6-9ece-406e-bd12-b172dfac0451/" rel="noopener noreferrer"&gt;Terraform course for beginners&lt;/a&gt;. Now I’m &lt;a href="https://www.udemy.com/course/terraform-hands-on-labs/" rel="noopener noreferrer"&gt;preparing&lt;/a&gt; for the &lt;a href="https://www.hashicorp.com/certification/terraform-associate" rel="noopener noreferrer"&gt;Terraform Associate certification&lt;/a&gt;, because why not =) Terraform is one of the major DevOps technologies today and now I find time for it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0lz7c4l8ziyi0tffstsy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0lz7c4l8ziyi0tffstsy.png" alt=" " width="200" height="200"&gt;&lt;/a&gt;&lt;br&gt;
​​&lt;br&gt;
I used to do almost everything using Ansible. Ansible is a super powerful tool, especially when you consider Jinja templates. But what was interesting for me while learning Terraform is that Terraform gives me more consistent outcomes, hello immutability =) Thanks to Golang, everything is very compact and fast, I can feel it.&lt;/p&gt;

&lt;p&gt;So I decided to learn Terraform really solidly and use it as the main tool for provisioning and Ansible only for configuration management. Obviously, yeah =)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I have learned&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Terraform is extremely small and powerful

&lt;ul&gt;
&lt;li&gt;It has a simple workflow. Mainly &lt;code&gt;init&lt;/code&gt;-&lt;code&gt;plan&lt;/code&gt;-&lt;code&gt;apply&lt;/code&gt;-&lt;code&gt;destroy&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Doesn't use complex abstractions&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;HCL is cool

&lt;ul&gt;
&lt;li&gt;Readable and simple. Now I love it =)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Terraform is consistent, even if you use multiple &lt;a href="https://registry.terraform.io/browse/providers" rel="noopener noreferrer"&gt;providers&lt;/a&gt;
&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;During the course, I took notes on the things I want to keep in my &lt;a href="https://github.com/andrii-sudak/terraform-notes" rel="noopener noreferrer"&gt;Git repository&lt;/a&gt;. The repository will be updated. Maybe it will be useful to someone.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>terraform</category>
      <category>ansible</category>
    </item>
  </channel>
</rss>
