I'm seeing an issue in v0.12 where specifying a specific instance to create via --target=module.staging-infrastructure.module.secdevops.aws_instance.kali[0] does not create all the networking dependencies needed to access the instance.
I'm not quite sure what is missing but if I find out, I'll update the ticket. I was able to confirm this issue is resolved when performing a generic "terraform apply --auto-approve" which simply create all assets and allows me to confirm connectivity is successful (e.g. no SG misconfigurations).
I suspect a trace-log would help but please confirm.
I'm seeing an issue in v0.12 where specifying a specific instance to create via
--target=module.staging-infrastructure.module.secdevops.aws_instance.kali[0]does not create all the networking dependencies needed to access the instance.I'm not quite sure what is missing but if I find out, I'll update the ticket. I was able to confirm this issue is resolved when performing a generic "terraform apply --auto-approve" which simply create all assets and allows me to confirm connectivity is successful (e.g. no SG misconfigurations).
I suspect a trace-log would help but please confirm.