Amazon web services – Multiple output from modules in Terraform
I'm provisioning multiple EC2 instances (in this case 2) using the Terraform Module called ec-2 instance. In the output I want to receive IDs of provisioned EC2 instances. locals { app = { instance1 = { name = "instance1" az…