Terraform resource "aws_alb_target_group" not working. How to fix it?
I was latest terrfaorm version 1.3.3 and aws version "aws-cli/2.7.5 Python/3.9.11 Windows/10 exe/AMD64 prompt/off" and here is my script. # Application load balancer resource "aws_elb" "main" { name = "constructor-io-elb-tf" description = "Creating new ELB for the constructor-io" subnets =…