Automate applying new changes via Terraform #611
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
Currently, any changes that are applied to the
terraform/
directory (e.g. new Cloud Build triggers) need to be applied manually (viaterraform init
andterraform apply
). We should look into automating this (e.g. a GitHub Action that runs when that directory is modified on themain
branch which would apply Terraform changes.Docs: https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/main/terraform
The text was updated successfully, but these errors were encountered: