Alters Worker Instance Name
This commit is contained in:
@@ -231,7 +231,7 @@ resource "aws_instance" "worker" {
|
|||||||
})
|
})
|
||||||
|
|
||||||
tags = {
|
tags = {
|
||||||
Name = "${var.project_name}-worker"
|
Name = "${var.project_name}-worker-${count.index+1}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user