Terraform Create Multiple EC2 with different Configs - for_each and count together

0 Those who have been using Terraform might already know that you can create multiple numbers of the same resources with the help of count or for_each But What if we want to create multiple resources with different configurations at the same time. For example. we can easily create No … Continue reading Terraform Create Multiple EC2 with different Configs – for_each and count together