Skip to content

Commit

Permalink
Merge pull request #3 from VIOOH/fix/sg_var
Browse files Browse the repository at this point in the history
fix sg arg
  • Loading branch information
torz committed Oct 4, 2019
2 parents 9d20479 + 3609edf commit bef18e8
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 bef18e8

Please sign in to comment.