This is an automated email from the ASF dual-hosted git repository. omartushevskyi pushed a commit to branch DLAB-1158 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push: new 28c1b9d added renew certs 28c1b9d is described below commit 28c1b9d499c32154bac3299a9d5cac9d4c4cd19b Author: Oleh Martushevskyi <oleh_martushevs...@epam.com> AuthorDate: Wed Oct 30 16:02:16 2019 +0200 added renew certs --- .../terraform/aws/ssn-k8s/main/auto_scaling_groups.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/terraform/aws/ssn-k8s/main/auto_scaling_groups.tf b/infrastructure-provisioning/terraform/aws/ssn-k8s/main/auto_scaling_groups.tf index 56dc2c8..792c950 100644 --- a/infrastructure-provisioning/terraform/aws/ssn-k8s/main/auto_scaling_groups.tf +++ b/infrastructure-provisioning/terraform/aws/ssn-k8s/main/auto_scaling_groups.tf @@ -98,7 +98,7 @@ resource "aws_autoscaling_group" "ssn_k8s_autoscaling_group_masters" { vpc_zone_identifier = compact([data.aws_subnet.k8s-subnet-a-data.id, data.aws_subnet.k8s-subnet-b-data.id, local.subnet_c_id]) target_group_arns = [aws_lb_target_group.ssn_k8s_nlb_api_target_group.arn, - aws_lb_target_group.ssn_k8s_nlb_ss_target_group.arn, + # aws_lb_target_group.ssn_k8s_nlb_ss_target_group.arn, # aws_lb_target_group.ssn_k8s_alb_target_group.arn, aws_lb_target_group.ssn_k8s_nlb_step_ca_target_group.arn] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org