Wednesday, August 19, 2020

Terraform State file

Previous

This is the third blog post of terraform series. In this blog post, we are going to discuss terraform state file.

We are going to discuss below topics.

Terraform State file
 Current State
 Desired State
Terraform State command
 terraform refresh
 terraform show
 terraform state list
Terraform provider version

Friday, August 14, 2020

Terraform providers and configuration file

Previous     Next

This is the second blog post of terraform series. In this blog post, we are going to discuss, how to create/update/delete resource on AWS using the simple terraform configuration file.

In this Blog, we will use  “HCL(Hashicorp configuration language)” to write to terraform configuration files, which is recommended by Hashicorp. Extension of configuration file written in HCL (Hashicorp configuration language) is “.tf”.

Saturday, August 8, 2020

Terraform

Next.

 In this series of blogs, we are going to discuss, how we can use terraform to manage the Infrastructure (provisioning, update and destroy).  

This is first the blog of terraform series, In this blog we are going to cover below topics.

What is IaC (Infrastructure as Code)?
What is Configuration management tools?
What is Infrastructure Orchestration tools?
What is terraform?
Terraform Installation

Terraform State file

Previous This is the third blog post of terraform series. In this blog post, we are going to discuss terraform state file. We are going to...