terraform/builtin
Paul Stack fb1a82dbd7 provider/aws: Refresh state on Directory Service not found (#6294)
When a directory service was not found, Terraform was panicking due to
`dir := out.DirectoryDescriptions[0]`. The AWS API doesn't throw an
Error in this case. IT just return s0 results. Therefore, we should
check for 0 results in the return and remove the directory from the
state
2016-04-22 01:13:04 +01:00
..
bins provider/cobbler: Cobbler Provider 2016-04-16 08:54:59 -05:00
providers provider/aws: Refresh state on Directory Service not found (#6294) 2016-04-22 01:13:04 +01:00
provisioners provisioner/remote-exec: Move script cleanup after command wait 2016-03-21 10:49:32 -05:00