Merge pull request #146 from poanetwork/criticaltfbug

Remove incompatible variable
This commit is contained in:
Victor Baranov 2019-11-25 16:22:04 +03:00 committed by GitHub
commit d6cb3145c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ resource "aws_autoscaling_group" "explorer" {
desired_capacity = "1"
launch_configuration = aws_launch_configuration.explorer.name
vpc_zone_identifier = [aws_subnet.default.id]
availability_zones = data.aws_availability_zones.available.names
target_group_arns = [aws_lb_target_group.explorer[0].arn]
placement_group = var.use_placement_group[var.chains[count.index]] == "True" ? "${var.prefix}-${var.chains[count.index]}-explorer-pg" : null