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

Remove dead code #3

Closed jeffmccune closed 5 years ago

jeffmccune commented 5 years ago

(maint) Remove dead code and files

This patch removes unused code and data imported from the cookiecutter module template. The removed code is largely focused on integration testing. This module uses spec testing, the code should be added back in the future if integration testing is added to the module.