provider/aws: fix for #915, disabling ForceNew while updating elb healthchecks
This commit is contained in:
parent
04ac1ffd02
commit
481b3c7e3b
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue