Allow 'load_balancers.*' to pass resource_aws_autoscaling_group_validation

This commit is contained in:
Ian Atha 2014-08-19 19:53:12 -07:00
parent d25747ba5c
commit 13b0e7ee2c
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.*",
},
}
}