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.
1 parent 49c2adb commit 863b2afCopy full SHA for 863b2af
workers.tf
@@ -62,7 +62,7 @@ data "cloudinit_config" "workers" {
62
region_name = data.aws_region.current.name
63
instance_index = count.index
64
vpc_name = local.dns_name
65
- cloudwatch_log_group = var.cloudwatch_logs ? (var.cloudwatch_single_log_group ? local.dns_name : aws_cloudwatch_log_group.managers[count.index].name) : ""
+ cloudwatch_log_group = var.cloudwatch_logs ? (var.cloudwatch_single_log_group ? local.dns_name : aws_cloudwatch_log_group.workers[count.index].name) : ""
66
group = "worker"
67
ssh_authorization_method = var.ssh_authorization_method
68
}
0 commit comments