Monthly archives: January, 2023

Terraform validate

The terraform validate command is a powerful tool in Terraform that helps ensure that your Terraform configuration files are syntactically valid and adhere to the Terraform language’s expected format. It helps developers identify and correct syntax errors, ensure consistency across different configurations, provide quick feedback on issues, and ensure that all Terraform configurations adhere to …

Terraform format

terraform fmt is a command in the Terraform infrastructure as code (IaC) tool that is used to When you run terraform fmt, it will read all the configuration files in the current directory and its subdirectories, then modify the files to adhere to the standard style. What “terraform fmt” cannot do? By default, terraform fmt, …

Terraform Init

terraform init performs the following tasks: What terraform init does not do? Step: 1 Defining the resource configuration file: The above code is written in HashiCorp Configuration Language (HCL) and creates an Amazon Web Services (AWS) Virtual Private Cloud (VPC) with a CIDR block of 10.0.0.0/16. The resource block has two parts: the resource type …

Git Vs Github Vs GitOps

One of the most misconceptions among beginners is understanding the word “Git”. The word “Git” is used in most places to represent a product, service, and also framework. This post will help you to differentiate among the most we deal usually. Git is a distributed version control system (DVCS). Allows multiple developers to work on a …

error: Content is protected !!