Skip to content

Commit

Permalink
Merge pull request #207 from thatha/aws_asg_lbs_fix
Browse files Browse the repository at this point in the history
Allow 'load_balancers.*' to pass resource_aws_autoscaling_group_validation
  • Loading branch information
pearkes committed Aug 20, 2014
2 parents d25747b + 13b0e7e commit 1de0c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/resource_aws_autoscaling_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ func resource_aws_autoscaling_group_validation() *config.Validator {
"health_check_type",
"desired_capacity",
"force_delete",
"load_balancers.*",
},
}
}

0 comments on commit 1de0c5e

Please sign in to comment.