We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fb35aa + fe01abe commit f3a9d8cCopy full SHA for f3a9d8c
modules/distributed_topology/extra_worker.tf
@@ -81,7 +81,7 @@ resource "null_resource" "ExICPworker" {
81
count = "${var.extra_worker}"
82
83
triggers {
84
- libvirt_domain.ExICPworker.id = "${join(",", libvirt_domain.ExICPworker.*.id)}"
+ "libvirt_domain.ExICPworker.id" = "${join(",", libvirt_domain.ExICPworker.*.id)}"
85
}
86
87
depends_on = [
0 commit comments