Skip to content

Commit

Permalink
fix sg arg
Browse files Browse the repository at this point in the history
  • Loading branch information
torz committed Oct 4, 2019
1 parent 9d20479 commit 3609edf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module "lc" {
root_vol_iops = var.root_vol_iops
root_vol_size = var.root_vol_size
root_vol_type = var.root_vol_type
security_groups = [var.security_groups]
security_groups = var.security_groups
spot_price = var.spot_price
user_data = data.template_cloudinit_config.cloud_config.rendered
}
Expand Down Expand Up @@ -123,4 +123,3 @@ module "asg" {
target_group_arns = [var.target_group_arns]
wait_for_elb_capacity = var.wait_for_elb_capacity
}

0 comments on commit 3609edf

Please sign in to comment.