mirror of
https://github.com/ghndrx/tf-variable-demo.git
synced 2026-02-10 06:54:57 +00:00
remove depends on
This commit is contained in:
@@ -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]
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user