Shaik Mustafaiaac.hashnode.dev·Dec 22, 2024Day-3 of Terraform Certification JourneyUnderstanding Providers in Terraform What are Providers? Providers in Terraform are plugins that allow Terraform to interact with APIs of cloud platforms or other services. They define the resources and data sources Terraform can manage, such as AW...Terraform
Shaik Mustafaiaac.hashnode.dev·Dec 20, 2024Day-2 of Terraform Certification JourneyWhy Use Variables in Terraform? Imagine writing the same configuration multiple times or manually updating details like instance types or regions. Sounds tedious, right? That’s where Terraform variables come in! They make your Terraform code reusable...Terraform
Shaik Mustafaiaac.hashnode.dev·Dec 20, 2024Day-1 of Terraform Certification JourneyTerraform is a powerful Infrastructure as Code (IaC) tool that allows you to define and manage infrastructure using configuration files. In this blog, we’ll explore how to use Terraform to provision an Amazon EC2 instance, one of the most common use ...Terraform
Jothimani Radhakrishnanopsinsights.dev·Nov 12, 2023My Journey to the HashiCorp Certified Terraform Associate ExamHashicorp Certified Terraform Associate - HCTA This isn't just another typical blog post rehashing the HCTA exam details. We won't be covering the syllabus or exam structure that you can easily find on Hashicorp's official website. In this post, I'll...53 readsterraform certification
Venkatesh Kvenkatesh111.hashnode.dev·Oct 29, 2023Terraform Resource BlockIn this article, we are going to understand What is Terraform resource block Understand Terraform basic commands terraform init terraform validate terraform plan terraform apply or terraform apply -auto-approve terraform destroy or terraform d...1 like·247 readsTerraformTerraform