-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental Feature Failure: aws_spot_instance_request destroy #9920
Comments
Got it reproduced with this:
Steps:
|
Fixes #9920 This was an issue caught with the shadow graph. Self references in provisioners were causing a self-edge on destroy apply graphs. We need to explicitly check that we're not creating an edge to ourself. This is also how the reference transformer works.
I have a fix in the referenced PR. Thanks so much! |
NP, terraform is a great piece of software that has helped speed up the pace of our research! |
Fixes hashicorp#9920 This was an issue caught with the shadow graph. Self references in provisioners were causing a self-edge on destroy apply graphs. We need to explicitly check that we're not creating an edge to ourself. This is also how the reference transformer works.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform told me to report this, so here it is.
Terraform version: 0.7.9
Affected Resource(s)
Terraform Configuration Files
File used is at: https://github.com/Pinafore/qb/blob/master/aws.tf
Debug Output
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: