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: Retry IAM Role deletion on DeleteConflict #14707

Merged
merged 2 commits into from
May 21, 2017

Conversation

radeksimko
Copy link
Member

Closes #3222

The slightly annoying caveat is that we'll potentially delay showing a an error in case the user has a genuine delete conflict (depending IAM policies), but that's just the nature of eventual consistency and I don't think we can do anything about it. 🤷‍♂️

Test plan

make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSIAMRole_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/05/21 11:31:30 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSIAMRole_ -timeout 120m
=== RUN   TestAccAWSIAMRole_importBasic
--- PASS: TestAccAWSIAMRole_importBasic (32.87s)
=== RUN   TestAccAWSIAMRole_basic
--- PASS: TestAccAWSIAMRole_basic (26.01s)
=== RUN   TestAccAWSIAMRole_basicWithDescription
--- PASS: TestAccAWSIAMRole_basicWithDescription (68.42s)
=== RUN   TestAccAWSIAMRole_namePrefix
--- PASS: TestAccAWSIAMRole_namePrefix (25.02s)
=== RUN   TestAccAWSIAMRole_testNameChange
--- PASS: TestAccAWSIAMRole_testNameChange (54.32s)
=== RUN   TestAccAWSIAMRole_badJSON
--- PASS: TestAccAWSIAMRole_badJSON (0.01s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	206.682s

@stack72
Copy link
Contributor

stack72 commented May 21, 2017

LGTM! Merging to get in tonight's test run

@stack72 stack72 merged commit 4a671fc into master May 21, 2017
@stack72 stack72 deleted the b-aws-iam-role-retry-deletion branch May 21, 2017 21:35
@ghost
Copy link

ghost commented Apr 12, 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 12, 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.

Handling of dependencies between IAM roles and policies
2 participants