Varish Ansarigithub-terraform-oidc.hashnode.dev·Feb 11, 2025Securely Deploy to AWSWith OIDC and IAM Roles and Github Action https://token.actions.githubusercontent.com sts.amazonaws.com Create a bucket Create an S3 bucket to store our Terraform states. Create your AWS IAM Role and policies For permission set create poliicy 1. Cre...OIDC
Tri Lươngtriluong.hashnode.dev·Feb 10, 2025Common commands for TerraformDownload and install provider terraform init Format and validate the configuration terraform fmt terraform validate Show changes required by the current configuration terrafrom plan Create infrastructure terraform apply When you app...learning
AKSHAY SIVansible-vs-terraform.hashnode.dev·Feb 10, 2025Ansible vs Terraform: Which One Should You Choose?Introduction In the world of DevOps and automation, Ansible and Terraform are two of the most widely used tools. While both help automate infrastructure management, they serve different purposes. Ansible is primarily a configuration management tool, ...ansible
Balraj Singhbalrajsingh.hashnode.dev·Feb 10, 2025Implementing CI/CD with Azure DevOps: Azure Artifacts and Release PipelinesOverview This document provides a step-by-step guide on setting up a CI/CD pipeline using Azure Artifacts and Azure DevOps. The project involves deploying a sample Nike landing page using Tailwind CSS. Key Points Introduction to Azure Artifacts: Az...Azure Artifact
Kanha Guptakanhasblog.hashnode.dev·Feb 10, 2025An Overview of Infrastructure as Code (IaC)Hello Everyone 👋 IaC is basically the way to convert your manual actions to code. GitOps is closely related to this and I will come up with a blog on it soon What is Infrastructure as Code ? Infrastructure as Code is basically managing and provision...#IaC
Akinola Matthewmatthewakinola.hashnode.dev·Feb 9, 2025Write Terraform Like a ProImagine this: You’re building a complex cloud infrastructure with Terraform, and you find yourself copying and pasting the same chunks of code across multiple projects. Sound familiar? Not only is this approach tedious, but it’s also error-prone and ...Terraform
Laxmiputralaxmiputra.hashnode.dev·Feb 9, 2025Prerequisites to Become a DevOps Engineer: A Beginner’s GuideWhat is DevOps? DevOps is a combination of Development (Dev) and Operations (Ops). It’s a culture, philosophy, and set of practices that aim to improve collaboration between software developers and IT operations teams. The goal is to deliver high-qua...1 likeDevops
Sparsh Jaipuriyariac-revolution-code-your-infrastructure.hashnode.dev·Feb 9, 2025🚀 Mastering Terraform Provisioners: A Complete Guide🔥 What Are Terraform Provisioners? Terraform provisioners allow you to execute scripts or commands on a resource after it's created or before it's destroyed. They help in setting up configurations, running scripts, or even copying files. 🎯 Why Are ...Devops
Raj Kumaralgoexchange.in·Feb 9, 2025A Beginner’s Guide to Terraform and Infrastructure as Code (IaC)Why Manual Infrastructure Management is a Nightmare Picture this: You’ve just joined a company as a cloud engineer, and your first task is to set up a production environment on AWS. You log into the console, click around to create EC2 instances, conf...Terraform Tutorial
Chintan Bogharachintanboghara.hashnode.dev·Feb 9, 2025Terraform Associate: Lock and Upgrade Provider VersionsIn Terraform, it's important to use the right version of a provider to prevent breaking changes or inconsistencies across environments. You can do this by locking the provider version in your configuration and making sure it can be upgraded or update...10 likes·89 readsTerraformTerraform