mirror of
https://github.com/ghndrx/tf-variable-demo.git
synced 2026-02-10 06:54:57 +00:00
add depends on
This commit is contained in:
@@ -22,4 +22,6 @@ resource "google_compute_instance_template" "template" {
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
}
|
||||
depends_on = [google_project_service.compute_engine_api]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user