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
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Dec 21, 2024Terraform Basics 101: Part 4Terraform on AWS The way we create resources on aws using terraform should look like this: Install AWS Cli from here Then create your IAM Account in the main account. Once done, choose the IAM account and create access key. Use those to configure us...From Linux to DevOps Expertterraform import
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, 2024Why Terraform is a Game-Changer for Cloud and DevOps TeamsThe Traditional Approach to Cloud Management When starting with cloud computing, most users prefer using the management console. It’s a simple, graphical interface that allows you to create resources by clicking through menus. For small organizations...#IaC
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 18, 2024Terraform State Management: Collaborating Safely with S3 and DynamoDBTerraform State: Terraform State allows you to view the current state of any resources you have created on a cloud platform locally. When you create an AWS EC2 instance using Terraform, its default state is "running". When we did terraform apply our...2 likes·28 readsTerraform
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Dec 18, 2024Terraform Basics 101: Part 2Terraform Providers Official Providers Providers like cloud, local providers are maintained by harshicorp Partner Providers Providers which are maintained by partners Community providers Maintained by community people or individuals While in...From Linux to DevOps Expertterraform-state
Kiran Pawarkiranpawar.hashnode.dev·Dec 9, 2024Terraform Day 02: Provider Block ,Resource Block , S3 backend , Data Source , Remote Data Source BackendInfrastructure as Code (IaC) has revolutionized the way we manage cloud resources. In this blog, we’ll dive into Terraform’s fundamentals and explore its core concepts, comparing it with Cloud Native Tools (CNT) like AWS CloudFormation (CFT), Azure R...Mastering Terraformterraform-cloud
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 6, 2024Why Terraform is a Game Changer for Infrastructure ManagementTerraform is a tool that allows you do IAC(Infrastructure as a Code) so that DevOps and Development teams can automate or Replicate the cloud Infrastructure provisioning(create) using code. Why Choose Terraform? Before Terraform, setting up infrastru...1 likeTerraform
Harendra Barotharrybdevops.hashnode.dev·Nov 29, 2024A Complete Guide to Migrating AWS Infrastructure to TerraformInfrastructure as Code (IaC) tools like Terraform have become an essential part of modern DevOps practices. If you are managing an EC2 instance without Terraform and want to migrate your existing infrastructure, this guide will help you do it in a st...1 likeS3-bucket
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 2, 2024☑️Day 62: Exploring Terraform State, Multi-Resource Configurations & Outputs🚀🔹Table of Contents : Introduction Terraform State (tfstate Files) Creating Multiple Resources in a Single .tf File Output Variables in Terraform Commands for Managing Terraform State and Outputs Real-Time Applications and Benefits of Advanced...10 likesDevops