Open
Description
Some resource cannot be update in place, so it's not enough to make an update rest api call, that would fails. A typical case is that an the AMI of EC2 Intance in AWS cannot be updated, the ec2 instance needs to be destroyed and recreated in this case. Would be nice to support.
Hint: maybe the matcher could be extended, so it can tell if it matches, needs to be updated, or recreated.
Also would be nice to support something like prevent_destroy
but also create_before_destroy
flag in Terraform.