Want to create an interactive transcript for this episode?
Podcast: Programmers
Episode: π₯Terraform | init, tags, name, EC2, Security groups, Dynamic Blocks
Description: π Book - https://amzn.to/39ty0Tq - "Terraform: Up & Running: Writing Infrastructure as Code"
Terraform init will download all the dependencies needed by the terraform project like when you have a clean maven project, and running almost any mvn command will pull down the dependencies.
tags in terraform helps you set the additional tag properties of the resources, if you want to set the name of the resource that would appear in aws then you need to set the tag with specific key and this key is Name actual names of resources, so if you would like to...