Merge pull request #207 from thatha/aws_asg_lbs_fix

Allow 'load_balancers.*' to pass resource_aws_autoscaling_group_validation
This commit is contained in:
Jack Pearkes 2014-08-20 10:31:14 -07:00
commit 1de0c5e2c9
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ func resource_aws_autoscaling_group_validation() *config.Validator {
"health_check_type",
"desired_capacity",
"force_delete",
"load_balancers.*",
},
}
}