Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform: Ephemeral resource close comes after provider close
When a provider configuration is using an ephemeral resource, we need the closure of the resource instances to depend on the closure of the provider instance because otherwise we'll leave the ephemeral resource instance live only long enough to configure the provider, and that's useless for taking any other actions with the provider after it's been configured.
- Loading branch information