Skip to content

Commit

Permalink
Add in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Sep 4, 2024
1 parent 5398ff3 commit 5e3897a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config-api-provider/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ func (p *uxiConfigurationProvider) Configure(ctx context.Context, req provider.C
uxiConfiguration.HTTPClient = getHttpClient(clientID, clientSecret, tokenURL)
uxiClient := config_api_client.NewAPIClient(uxiConfiguration)

// Make the client available during DataSource and Resource type Configure methods.
resp.DataSourceData = uxiClient
resp.ResourceData = uxiClient
}
Expand Down

0 comments on commit 5e3897a

Please sign in to comment.