I have a Terraform template file which uses some externally sourced modules (Stored in a Git repo) and I am trying to import my ECS cluster and I have tried to run
terraform import module.module_name arn::here
But I get an error regarding resource addressing and that the resource address must contain a full resource spec.