Terraform stucks when instance_count is more than 2 while using remote-exec provisioner
问题 I am trying to provision multiple Windows EC2 instance with Terraform's remote-exec provisioner using null_resource. $ terraform -v Terraform v0.12.6 provider.aws v2.23.0 provider.null v2.1.2 Originally, I was working with three remote-exec provisioners (Two of them involved rebooting the instance) without null_resource and for a single instance , everything worked absolutely fine. I then needed to increase the count and based on several links, ended up using null_resource. So, I have reduced