Where are GitLab CI templates
If you try to follow GitLab's guide about Terraform you can be pretty confused by part of .gitlab-ci.yml:
include:
- template: Terraform.gitlab-ci.yml
...
which seems to be doing most of the work in the example. Great that there is some way of h...
how-to.dev1 min read