You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I did that, I at least got $ terraform init to finish OK. $ terraform plan now blows up with lots of "unsupported block type" errors like this:
Error: Unsupported block type
on modules/code_pipeline/main.tf line 17, in data "template_file" "codepipeline_policy":
17: vars {
Blocks of type "vars" are not expected here. Did you mean to define argument
"vars"? If so, use the equals sign to assign it a value.
Error: Attribute redefined
on modules/ecs/main.tf line 258, in resource "aws_ecs_service" "web":
258: depends_on = ["aws_alb_target_group.alb_target_group"]
The argument "depends_on" was already set at modules/ecs/main.tf:245,3-13.
The text was updated successfully, but these errors were encountered: