How to use GitLab CICD variables in Terraform container which is running in EC2 instance(Runner)
I’m trying to automate the Glue deployment using Gitlab and Terraform running in a docker container in one of our Gitlab runner (EC2 Instance).
I know that I can have secret environment variables in GitLab, but I’m not sure how I can push those variables into my Terraform script – .gitlab-ci.yml file.