Add dependency for compute-vm schedule

This commit is contained in:
Wiktor Niesiobędzki
2025-02-07 09:16:29 +00:00
committed by Wiktor Niesiobędzki
parent e08698a410
commit 7c5b84f33e

View File

@@ -772,6 +772,7 @@ module "instance" {
vm_stop = "0 17 * * *"
}
}
depends_on = [module.project] # ensure that grants are complete before creating schedule / instance
}
# tftest inventory=instance-schedule-create.yaml e2e skip
```