Can you have multiple GitLab CI CD Yaml Files?
I’m looking to create multiple pipelines for different jobs, such as running Checkov as an independent job whenever there is a merge request to the main branch.
how to inject dependencies in gitlab jobs to run terraform?
I have a project with terraform code , to create resource in aws. my gitlab ci file (sample below ) has few jobs . I would like to run before_script section before each job , i.e. validate ,apply. how can i achieve this?