Skip to content

Commit

Permalink
Merge eacaf91 into 989654d
Browse files Browse the repository at this point in the history
  • Loading branch information
gregito authored Jul 8, 2024
2 parents 989654d + eacaf91 commit 21207b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/datalake/resource_azure_datalake.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (r *azureDatalakeResource) Create(ctx context.Context, req resource.CreateR
resp.Diagnostics.Append(diags...)
}
if err := waitForDatalakeToBeRunning(ctx, state.DatalakeName.ValueString(), time.Hour, callFailureThreshold, r.client.Datalake, state.PollingOptions, stateSaver); err != nil {
utils.AddDatalakeDiagnosticsError(err, &resp.Diagnostics, "create AWS Datalake")
utils.AddDatalakeDiagnosticsError(err, &resp.Diagnostics, "create Azure Datalake")
return
}
}
Expand Down

0 comments on commit 21207b9

Please sign in to comment.