Hello, I’m getting the following error messages when I tried creating new AWS load balancer attachment and ALB target group attachment. What could be the problem?
Error: Reference to undeclared resource
on autoscaling.tf line 25, in resource "aws_autoscaling_attachment" "autogrp-attach":
25: elb = aws_elb.test.id
A managed resource "aws_elb" "test" has not been declared in the root module.
Error: Reference to undeclared resource
on autoscaling.tf line 30, in resource "aws_autoscaling_attachment" "alb-tg":
30: alb_target_group_arn = aws_alb_target_group.smallgroup_tg.arn
A managed resource "aws_alb_target_group" "smallgroup_tg" has not been
declared in the root module.