Skip to content

Commit

Permalink
Fixed wrong provider name
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Huida <[email protected]>
  • Loading branch information
LukasLJL authored and Breee committed Oct 24, 2024
1 parent 86339ee commit 423693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clients/keycloak.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func configureNoForkKeycloakClient(ctx context.Context, ps *terraform.Setup) err

diags := cb.Configure(ctx, terraformSDK.NewResourceConfigRaw(ps.Configuration))
if diags.HasError() {
return fmt.Errorf("failed to configure the Grafana provider: %v", diags)
return fmt.Errorf("failed to configure the Keycloak provider: %v", diags)
}

ps.Meta = cb.Meta()
Expand Down

0 comments on commit 423693d

Please sign in to comment.