Gábor AUTH (gabor.auth@iotguru.cloud)
1. Terraform
2. GitLab CI
3. Integrate
4. Summary, Q&A
"Terraform is an infrastructure as code tool that enables you to safely and predictably provision and manage infrastructure in any cloud."
"It aims to provide build automation, test automation, pipeline config management, artifact storage, and pipeline security."
A Runner is an application that runs jobs in a pipeline.
It's simple, everything is in the .gitlab-ci.yaml
...or templates, or includes, or... nowadays, it's complicated.
Scripts you want to run.
Configuration files.
Templates you want to include.
Dependencies and caches.
Sequence and parallel runs.
Automate, trigger or run manually.