I created 2 EC2 instances using terraform. Is there any way to attach them into auto scaling group using terraform? I didn't find anything about this in the docs :/
I don't want to create them within the ASG, only attached them. As I said the instances were generated by terraform script as well as everything else (ASG, SG...).
Thank you