Closed mxxnseat closed 3 months ago
question: are you running the plan and apply in different jobs? terraform plan
generates the lamda zip, which terraform apply
needs, so if you do not pass down the artifact to the apply
job, terraform apply
will not find the artifact and error out.
question: are you running the plan and apply in different jobs?
terraform plan
generates the lamda zip, whichterraform apply
needs, so if you do not pass down the artifact to theapply
job,terraform apply
will not find the artifact and error out.
Yes I run terraform plan
in different job, but I create artifact and pass it to apply job
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
Describe the bug
I use 7.6.1 version of cattle-ops/gitlab-runner/aws. I roll out gitlab runner from my laptop with no issues to do so I made
The reason for -target flag is I use gitlab_runner module inside another module for kafka
After that I push my commit to repository and run tagged job for my runner and I get
My terraform configuration for gitlab-runner
To Reproduce
Steps to reproduce the behavior:
Do I do something wrong?
UPDATE: My colleague ran the same command on them own computer and this issue disappeared, the question why?