provider/aws: fix for #915, disabling ForceNew while updating elb healthchecks

This commit is contained in:
Greg Osuri 2015-02-06 15:03:22 -08:00
parent 04ac1ffd02
commit 481b3c7e3b
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ func resourceAwsElb() *schema.Resource {
"health_check": &schema.Schema{
Type: schema.TypeSet,
Optional: true,
ForceNew: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{