remove depends on

This commit is contained in:
gregory hendrickson
2023-03-30 04:57:17 -07:00
parent 3f85b15fb1
commit 179b67acf4

View File

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