From 308ddfcab61eedbc5465fa892523b9ed6e1d7c51 Mon Sep 17 00:00:00 2001 From: Jonathan Simon Date: Sun, 24 Nov 2019 21:51:34 -0800 Subject: [PATCH] Updating ASG security groups --- terraform/aws/control-plane.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/control-plane.tf b/terraform/aws/control-plane.tf index 57ce7e6..d02043d 100644 --- a/terraform/aws/control-plane.tf +++ b/terraform/aws/control-plane.tf @@ -29,7 +29,7 @@ module "asg" { image_id = "${data.aws_ami.base.id}" instance_type = "t3.micro" - security_groups = ["sg-0179764763f4aeb43"] + security_groups = ["sg-007aac50c4850d797"] root_block_device = [ {