I have an EC2 instance running Docker with GitLab Runner that will create containers for jobs.
These containers are usually built from the gitlab-terraform registry image.
I'm using Terraform containers to create EC2 infrastructure via the GitLab Runner (GitLab CI/CD). When planning, each time I get an error saying that Terraform cannot reach my credentials, despite me attaching a role to the EC2 instance.
Has anyone faced this issue before? If yes, how did you fix that