Updating ASG security groups

pull/516/head
Jonathan Simon 2019-11-24 21:51:34 -08:00
parent 7fc4b44322
commit 308ddfcab6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module "asg" {
image_id = "${data.aws_ami.base.id}" image_id = "${data.aws_ami.base.id}"
instance_type = "t3.micro" instance_type = "t3.micro"
security_groups = ["sg-0179764763f4aeb43"] security_groups = ["sg-007aac50c4850d797"]
root_block_device = [ root_block_device = [
{ {