add depends on

This commit is contained in:
gregory hendrickson
2023-03-30 04:54:17 -07:00
parent e5c7f089bb
commit 2964451500
2 changed files with 6 additions and 1 deletions

View File

@@ -22,4 +22,6 @@ resource "google_compute_instance_template" "template" {
lifecycle {
create_before_destroy = true
}
depends_on = [google_project_service.compute_engine_api]
}