Skip to content

Commit

Permalink
Merge pull request #615 from crossplane-contrib/backport-614-to-relea…
Browse files Browse the repository at this point in the history
…se-1.8

[Backport release-1.8] Revert "Fix goroutine leak when reconciling"
  • Loading branch information
turkenf authored Sep 9, 2024
2 parents 443692e + b1ad30e commit 10ee70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clients/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func configureNoForkGCPClient(ctx context.Context, ps *terraform.Setup, p schema
// only once and using a pointer argument here will cause
// race conditions between resources referring to different
// ProviderConfigs.
diag := p.Configure(ctx, &tfsdk.ResourceConfig{
diag := p.Configure(context.WithoutCancel(ctx), &tfsdk.ResourceConfig{
Config: ps.Configuration,
})
if diag != nil && diag.HasError() {
Expand Down

0 comments on commit 10ee70b

Please sign in to comment.