Skip to content

Commit

Permalink
CDPCP-12202 - Azure datalake creation failure shows "Error: Create Aw…
Browse files Browse the repository at this point in the history
…s Datalake"
  • Loading branch information
gregito committed Jul 8, 2024
1 parent 989654d commit eacaf91
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 eacaf91

Please sign in to comment.