зеркало из https://github.com/Azure/Avere.git
use the index (#1138)
This commit is contained in:
Родитель
7b8eba9b0e
Коммит
f0f477ec29
|
@ -20,5 +20,5 @@ output "cachewarmer_manager_bootstrap_script_path" {
|
|||
|
||||
output "module_depends_on_id" {
|
||||
description = "the id(s) to force others to wait"
|
||||
value = null_resource.build_cachewarmer_bootstrap.id
|
||||
value = null_resource.build_cachewarmer_bootstrap[0].id
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
output "module_depends_on_id" {
|
||||
description = "the id(s) to force others to wait"
|
||||
value = null_resource.install_cachewarmer_manager.id
|
||||
value = null_resource.install_cachewarmer_manager[0].id
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
output "module_depends_on_id" {
|
||||
description = "the id(s) to force others to wait"
|
||||
value = null_resource.cachewarmer_submitjob.id
|
||||
value = null_resource.cachewarmer_submitjob[0].id
|
||||
}
|
Загрузка…
Ссылка в новой задаче