terraform-google-modules / terraform-google-startup-scripts

Provides a library of useful startup scripts to embed in VMs
https://registry.terraform.io/modules/terraform-google-modules/startup-scripts/google
Apache License 2.0
73 stars 36 forks source link

Add CI scripts #13

Closed jeffmccune closed 5 years ago

jeffmccune commented 5 years ago

This patch adds CI script entry points called by CI pipeline jobs. The intent is to reduce friction when updating lint, spec and integration tests by not requiring changes to the pipeline definitions themselves. This intent follows separation of concerns where the CI pipeline definition is separated as cleanly as possible from the actual test execution.