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:
commit
1de0c5e2c9
|
@ -295,6 +295,7 @@ func resource_aws_autoscaling_group_validation() *config.Validator {
|
|||
"health_check_type",
|
||||
"desired_capacity",
|
||||
"force_delete",
|
||||
"load_balancers.*",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue