fix provider data

This commit is contained in:
Jan Husak
2025-11-11 13:55:16 +01:00
parent f186ebf370
commit 5e00156fc9
+2 -2
View File
@@ -70,8 +70,8 @@ func (p *bitbucketTokenProvider) Configure(ctx context.Context, req provider.Con
ServerURL: config.ServerURL.ValueString(), ServerURL: config.ServerURL.ValueString(),
} }
resp.DataSourceData = &providerData resp.DataSourceData = providerData
resp.ResourceData = &providerData resp.ResourceData = providerData
} }
func (p *bitbucketTokenProvider) DataSources(_ context.Context) []func() datasource.DataSource { func (p *bitbucketTokenProvider) DataSources(_ context.Context) []func() datasource.DataSource {