Ansible

Terraform-Dynamic Inventory

Posted on

How to get the Terraform-Dynamic Inventory for your ansible script This blog will help you to find out the Terraform-Dynamic Inventory like EC2 instance which is created automatically using Terraform. Now to do the deployment on this EC2 instance through ansible you need the details. Here, we will find out how we can put the host […]

Ansible

Terraform Examples and Commands

Posted on

This blog will help you with the basic terraform commands and will give you an idea of how to user variables,map, attributes. Some useful terraform commands Terraform plan — this command shows you what applying do by checking the template, state file, and actual state of the resource. It is recommended to use this before running apply […]