terraform/builtin
Martin Atkins ea0bc04277 provider/aws: aws_ami: handle deletion of AMIs (#9721)
Previously this resource (and, by extension, the aws_ami_copy and
aws_ami_from_instance resources that share much of its implementation)
was handling correctly the case where an AMI had been recently
deregistered, and was thus still returned from the API, but not correctly
dealing with the situation where the AMI has been removed altogether.

Now we additionally handle the NotFound error returned by the API when
we request a non-existent AMI, and remove the AMI from the state in the
same way we do for deregistered AMIs.
2016-10-31 09:51:59 +00:00
..
bins Add PagerDuty provider 2016-10-24 14:19:55 +02:00
providers provider/aws: aws_ami: handle deletion of AMIs (#9721) 2016-10-31 09:51:59 +00:00
provisioners Add ability to skip chef registration 2016-10-01 00:49:39 +02:00