v2.0.75 - AWS - Security Group Association with EC2 Instances
This Terraform configuration manages AWS infrastructure by performing the following actions:
- Fetches a list of EC2 instances based on a specific tag and value.
- Gathers the details of each EC2 instance, including its network interface ID.
- Associates a specified security group with the network interface of each EC2 instance.