Introduction Terraform by HashiCorp is an infrastructure as code solution that allows us to specify both cloud and on-premises resources in human-readable configuration files that we can version, reuse, and share. In my last post, I introduced Terraform file provisioner In this post, Lets go through the native Terraform local_exec and…