Skip to content
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

provider/aws: Treat CF stacks in DELETE_COMPLETE state as deleted #4372

Merged
merged 1 commit into from
Dec 18, 2015

Conversation

radeksimko
Copy link
Member

Similar to #4364 , as @phinze mentioned:

we recently found that the DestroyCheck portion of the AccTest suite has not been called correctly for some time

@phinze
Copy link
Contributor

phinze commented Dec 17, 2015

StackId and StackStatus can never be nil, correct? If so, this LGTM!

@radeksimko
Copy link
Member Author

StackId and StackStatus can never be nil, correct?

That's a good question.

http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeStacks.html
^ that doesn't really answer this, so I reached out to the AWS support.

I can't think of a case where this wouldn't be included in the response, but I want to be sure before merging this. I will update this PR once I get response from them.

@radeksimko
Copy link
Member Author

AWS support representative replied:

Regarding the response what reported here (http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Stack.html) should be incorrect, because as far as I know and I also consulted several colleagues that everyday work CloudFormation cases, the StackId and the StackStatus are always returned.

For this reason I have forwarded the details of the problem to the service team and requested an investigation from them so that they can modify the documentation page accordingly.

so I'm merging this.

radeksimko added a commit that referenced this pull request Dec 18, 2015
provider/aws: Treat CF stacks in DELETE_COMPLETE state as deleted
@radeksimko radeksimko merged commit b120f8c into hashicorp:master Dec 18, 2015
@radeksimko radeksimko deleted the b-cf-deleted-fix branch December 18, 2015 19:44
@ghost
Copy link

ghost commented Apr 29, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants