GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

feat: convert Terraform configuration from plain files to modules #1054

Closed minherz closed 1 year ago

minherz commented 1 year ago

Refactors provisioning of COS by using three modules to provision GKE infrastructure including ASM, demo application (now OB) and COB configuration. Refactor sandboxctl to remove unused local variables and to move the path to the kustomize config to a stand-alone variable.

🛠️ Fixes #1045 🛠️ Fixes #1047