Add dependency for compute-vm schedule
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
e08698a410
commit
7c5b84f33e
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user