terraform/builtin/providers
Paul Stack 293922e5ae provider/aws: Refresh aws_alb_target_group stickiness on manual updates (#13199)
Fixes: #13167

When changes to the target group were made via CLI or AWS Console, they
were not being picked up by terraform. This is because we were not
catching an error setting the `stickiness` parameters:

```
Error refreshing state: 1 error(s) occurred:

* aws_alb_target_group.test: aws_alb_target_group.test: stickiness.0.enabled: '' expected type 'bool', got unconvertible type 'string'
```

This meant that changes were not picked up in the following plan. The changes mean the following now:

```
~ aws_alb_target_group.test
    stickiness.0.cookie_duration: "10440" => "10000"
    stickiness.0.enabled:         "false" => "true"

Plan: 0 to add, 1 to change, 0 to destroy.
```
2017-03-31 14:28:56 +03:00
..
alicloud
archive
arukas
atlas
aws provider/aws: Refresh aws_alb_target_group stickiness on manual updates (#13199) 2017-03-31 14:28:56 +03:00
azure
azurerm Ignoring the case for NSG Protocol's in the state (#13153) 2017-03-29 18:55:20 +03:00
bitbucket
chef
circonus
clc
cloudflare
cloudstack
cobbler
consul Fix govet error in consul provider 2017-03-28 08:06:39 -07:00
datadog
digitalocean
dme
dns
dnsimple
docker
dyn
external
fastly
github
google provider/google: Mark GKE pass as sensitive (#13148) 2017-03-29 11:22:33 +01:00
grafana
heroku
icinga2
ignition
influxdb
kubernetes kubernetes: Add secret resource (#12960) 2017-03-30 09:24:40 +01:00
librato
logentries
mailgun
mysql
newrelic
nomad
ns1
null
openstack
opsgenie
packet
pagerduty
postgresql
powerdns
profitbricks
rabbitmq
rancher
random
rundeck
scaleway
softlayer
spotinst
statuscake
template
terraform
test
tls
triton provider/triton: Move to joyent/triton-go (#13225) 2017-03-31 01:25:27 +03:00
ultradns
vault
vcd
vsphere