Skip to content

Commit

Permalink
Ensure emr.Cluster is destroyed before destroying dependent resources (
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored May 13, 2021
1 parent 7c2c15a commit 107a3e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(none)_
* Ensure that `aws.emr.Cluster` destroys complete before attempting to destroy the `aws.emr.SecurityConfiguration`

---

Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ require (
replace (
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20210402103405-f5979773e8ba
github.com/hashicorp/vault => github.com/hashicorp/vault v1.2.0
github.com/terraform-providers/terraform-provider-aws => github.com/pulumi/terraform-provider-aws v1.38.1-0.20210507102229-17e4bd02a274
github.com/terraform-providers/terraform-provider-aws => github.com/pulumi/terraform-provider-aws v1.38.1-0.20210513170435-a0107c42732d
)
2 changes: 2 additions & 0 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ github.com/pulumi/terraform-provider-aws v1.38.1-0.20210430173613-980983d78510 h
github.com/pulumi/terraform-provider-aws v1.38.1-0.20210430173613-980983d78510/go.mod h1:LGSDbehxqKbfFWgttQousF5BGGj3HSMfJrtSXNoD5ro=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20210507102229-17e4bd02a274 h1:hz9uZ5V3WKS69ITmwMzmKVGy/QThSsTb0n+y9FC0z9Y=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20210507102229-17e4bd02a274/go.mod h1:UuHQn/2QlQWC86fw+thP791/fg/FQrnHVeMS7b7o7BI=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20210513170435-a0107c42732d h1:C3kczpPT431sO2zD8JoSpuJT3aFNY4YW/t9jtpIf0Q4=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20210513170435-a0107c42732d/go.mod h1:UuHQn/2QlQWC86fw+thP791/fg/FQrnHVeMS7b7o7BI=
github.com/rjeczalik/notify v0.9.2 h1:MiTWrPj55mNDHEiIX5YUSKefw/+lCQVoAFmD6oQm5w8=
github.com/rjeczalik/notify v0.9.2/go.mod h1:aErll2f0sUX9PXZnVNyeiObbmTlk5jnMoCa4QEjJeqM=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng=
Expand Down

0 comments on commit 107a3e8

Please sign in to comment.