terraform/builtin
Paul Stack 98009ba733 provider/aws: Stop setting weight property on route53_record read (#12756)
Fixes: #12752

Weight was replaced with weighted_routing_policy in June 2016. But for
some reason we were still doing the following in the Read func:

```
d.Set("weight", -1)
```

As this field was removed, we shouldn't be setting it to state
2017-03-16 19:57:21 +01:00
..
bins
providers provider/aws: Stop setting weight property on route53_record read (#12756) 2017-03-16 19:57:21 +01:00
provisioners