skip to content

March 8, 2026

CLoudOps Now!

  • Tools
  • Support
  • Certification
  • Courses
  • My Daily Story

terraform

Mohammad Gufran Jahangir May 17, 2025 0

Terraform Cheat Sheet: The Ultimate Reference for Infrastructure as Code (2025)

🧾 Terraform Cheat Sheet: The Ultimate Reference for Infrastructure as Code (2025) Learn and master Terraform with this complete cheat sheet β€” from basics to advanced automation. πŸš€ What is…

READ MORE +
Mohammad Gufran Jahangir May 17, 2025 0

Terraform Explained Through a Simple Story – From Manual Chaos to Automated Peace

🌍 Terraform Explained Through a Simple Story – From Manual Chaos to Automated Peace πŸšͺ Welcome to DevTown – The City of Applications Imagine a bustling city called DevTown. In…

READ MORE +
Mohammad Gufran Jahangir May 17, 2025 0

Terraform from Essentials to Advanced: The Complete Guide (2025)

🌍 Terraform from Essentials to Advanced: The Complete Guide (2025) Build, manage, and scale infrastructure like code – cloud-native, multi-cloud, and secure. πŸš€ What is Terraform? Terraform is an open-source…

READ MORE +
Mohammad Gufran Jahangir June 11, 2024 0

Terraform interview questions that are commonly asked in interviews

Basic Questions Intermediate Questions Advanced Questions Scenario-Based Questions Advanced and Scenario-Based Questions Mohammad Gufran Jahangir

READ MORE +
Mohammad Gufran Jahangir June 5, 2024 0

Ultimate guide for terraform from basic to advance

What is the need of terraform IAAC? The need for Terraform Infrastructure as Code (IaAC) is driven by several key benefits: Summary: List of IaaC tools Here is a list…

READ MORE +
Mohammad Gufran Jahangir May 26, 2024 0

Terraform Pipeline (Part-18)

Terraform Pipeline A Terraform pipeline automates the process of planning, applying, and managing infrastructure as code (IaC) with Terraform. By integrating Terraform with a CI/CD pipeline, you can ensure consistent,…

READ MORE +
Mohammad Gufran Jahangir May 26, 2024 0

Terraform Templates (Part-17)

Terraform Templates Terraform templates are a powerful feature that allows you to create dynamic and reusable configurations. Templates are often used to generate configuration files or scripts that need to…

READ MORE +
Mohammad Gufran Jahangir May 26, 2024 0

Terraform Import (Part-16)

Terraform Import Terraform Import is a command used to bring existing infrastructure that was not originally managed by Terraform under Terraform’s management. This is useful for integrating existing resources into…

READ MORE +
Mohammad Gufran Jahangir May 26, 2024 0

Terraform Data Source (Part-15)

What is a Data Source in Terraform? In Terraform, a data source allows you to fetch and use information defined outside of Terraform or managed by other means. Data sources…

READ MORE +
Mohammad Gufran Jahangir May 26, 2024 0

Terraform Function (Part-14)

Terraform functions are built-in functions that allow you to manipulate and process data within your Terraform configuration files. They help in transforming and handling various data types, making your configurations…

READ MORE +
Mohammad Gufran Jahangir May 25, 2024 0

Terraform Workspace (Part-13)

What is a Terraform Workspace? A Terraform workspace allows you to manage multiple distinct states associated with a single configuration. This is useful for managing environments like development, staging, and…

READ MORE +
Mohammad Gufran Jahangir May 25, 2024 0

Terraform Backend (Part-12)

What is a Backend in Terraform? In Terraform, a backend determines where and how the Terraform state is stored. The state is a crucial component in Terraform that keeps track…

READ MORE +
Mohammad Gufran Jahangir May 25, 2024 0

Terraform Provisioner (Part-11)

Terraform Provisioners are used to execute scripts or commands on the local machine or on the created resources after they have been created. Types of Terraform Provisioners 1. file Provisioner…

READ MORE +
Mohammad Gufran Jahangir May 25, 2024 0

Examples for Terraform Variables (Part-9)

Terraform variable using TF_VAR environment variables example How to set Terraform Variables in Windows? Steps to Use TF_VAR Environment Variables Example Let’s walk through an example where we use environment…

READ MORE +
Mohammad Gufran Jahangir May 25, 2024 0

Command to Apply Multiple .tfvars Files (Part-10)

Here’s how you can specify multiple .tfvars files when running the terraform apply command: Example Assume you have the following .tfvars files: dev.tfvars prod.tfvars override.tfvars Applying the Variables To apply…

READ MORE +
Mohammad Gufran Jahangir May 24, 2024 0

How to User Terraform code to create Azure resource (Part -8)

Simple examples to create resource group Create Azurerm provider Under configuration option Use below available options: Azure Provider: Authenticating using a Service Principal with a Client Secret Terraform supports a…

READ MORE +
Mohammad Gufran Jahangir May 24, 2024 0

Types of Variable in Terraform (Part-7)

There are three primary types of variables in Terraform: 1. Input Variables Input variables are used to define values that can be passed into the Terraform configuration from external sources.…

READ MORE +
Mohammad Gufran Jahangir May 22, 2024 0

What is Terraform Module (Part-6)

What are Terraform Modules? Terraform modules are a way to organize and reuse Terraform configurations. They allow you to group multiple resources together and can be used to encapsulate complex…

READ MORE +
Mohammad Gufran Jahangir May 22, 2024 0

Variables in Terraform (Part-5)

Types of variables In Terraform, there are several types of variables that you can define, including: How to declare variables in Terraform? As per below image we can declare variables…

READ MORE +
Mohammad Gufran Jahangir May 21, 2024 0

How to write Terraform code (Part-4)

How to do write Terraform code? How to Write Code in Terraform Example Steps All the services in AWS and Azure are know as Resources. Please find images below for…

READ MORE +

Posts pagination

1 2 Next

Recent Posts

  • Strategic Path to AWS Certified Data Engineer Associate
  • Blue/Green vs Canary vs Rolling deployments: when to use what (with real examples)
  • Boost Your Career: The Complete Guide to AWS Certified Data Engineers and Associates
  • Secure supply chain: SBOM, SLSA, signing, provenance (plain English)
  • Master Cloud Defense: The Comprehensive Guide to AWS Certified Security – Specialty
  • CI/CD for Cloud Apps: Build β†’ Scan β†’ Deploy β†’ Rollback (a practical reference pipeline)
  • Step-by-Step Guide to Implement AWS DevOps Engineer Professional
  • Policy as Code: OPA/Rego basics + how it prevents bad infra
  • Skills Required for AWS Certified Solutions Architect Associate
  • Common Challenges in Master in Azure DevOps and Solutions
  • Reusable IaC Module Design: naming, inputs/outputs, versioning (the engineer’s playbook)
  • Kubernetes Certified Administrator vs Developer: KCAD Comparison Guide
  • Cloud Keywords & Terminology
  • What is containerd? Meaning, Architecture, Examples, Use Cases, and How to Measure It (2026 Guide)
  • What is Docker? Meaning, Architecture, Examples, Use Cases, and How to Measure It (2026 Guide)
  • What is Containers? Meaning, Architecture, Examples, Use Cases, and How to Measure It (2026 Guide)
  • What is Google Cloud Functions? Meaning, Architecture, Examples, Use Cases, and How to Measure It (2026 Guide)
  • What is Azure Functions? Meaning, Architecture, Examples, Use Cases, and How to Measure It (2026 Guide)
  • What is AWS Lambda? Meaning, Architecture, Examples, Use Cases, and How to Measure It (2026 Guide)
  • What is Function as a Service FaaS? Meaning, Architecture, Examples, Use Cases, and How to Measure It (2026 Guide)

Recent Comments

  1. https://sites.google.com/view/vavada-online-casino on Error Code: 18456 – Login Failed for User
  2. Foxibet on Job Failures with External Libraries in Databricks: Causes and Solutions
  3. http://Boyarka-inform.com/ on 30 Common Issues Related to Databricks Unity Catalog
  4. Ashwani on How to install AZ Modules in Power shell. How to Connect Azure from PowerShell?
  5. Abhishek singh on How to install AZ Modules in Power shell. How to Connect Azure from PowerShell?

Recent Posts

  • Strategic Path to AWS Certified Data Engineer Associate
  • Blue/Green vs Canary vs Rolling deployments: when to use what (with real examples)
  • Boost Your Career: The Complete Guide to AWS Certified Data Engineers and Associates
  • Secure supply chain: SBOM, SLSA, signing, provenance (plain English)
  • Master Cloud Defense: The Comprehensive Guide to AWS Certified Security – Specialty

Archive List

  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • February 2025
  • January 2025
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023

Tags

#Ansible #AWSCertification #AWSTraining #CareerGrowth #CI_CD #CloudAndDevOps #CloudArchitecture #CloudComputing #CloudDevOps #CloudNative #DevOpsCareer #DevOpsCareers #DevOpsCertification #DevOpsLearning #DevOpsMonitoring #DevOpsNetherlands #DevOpsSchool #DevOpsTraining #DevSecOps #ElasticsearchTraining #InfrastructureAsCode #ITCertification #ITOperations #JiraTraining #KubernetesTraining #LearnDevOps #MachineLearning #NagiosTraining #Observability #PlatformEngineering #RajeshKumar #SiteReliabilityEngineering #SRE #TechCareerGrowth Azure Databricks Azure SQL Database Databricks DevOps DevOpsSchool Kubernetes Microsoft Fabric MotoShare Snowflake terraform Unity Catalog

Categories

  • AI
  • Amperity
  • Ansible
  • Ataccama
  • AWS
  • Azure
  • Azure Databricks
  • Azure DevOps
  • Azure Fundamental
  • Azure SQL database
  • AZURE SQL SERVER
  • Azure Synapse Analytics
  • bash scripting
  • CloudOps
  • CrowdStrike
  • Data Engineering
  • Databricks
  • DevOps
  • DevSecOps
  • Docker
  • FinOps
  • Git and GitHub
  • Git and GutHub
  • Google BigQuery
  • Kubernetes
  • Linux
  • Microsoft Fabric
  • MLOps
  • MotoShare
  • Oracle GoldenGate
  • php
  • powershell
  • Python
  • SFTP Server
  • Snowflake
  • SRE
  • Teradata
  • terraform
  • Tools & Technologies
  • ubuntu
  • Uncategorized
  • Unit Catalog
  • Vector Databases
  • virtual machine
  • WakilSahab

2026 CLoudOps Now! | Blogging WordPress Theme by Legacy Themes