mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucket.git
synced 2026-03-30 06:01:51 +02:00
fix provider data
This commit is contained in:
@@ -70,8 +70,8 @@ func (p *bitbucketTokenProvider) Configure(ctx context.Context, req provider.Con
|
||||
ServerURL: config.ServerURL.ValueString(),
|
||||
}
|
||||
|
||||
resp.DataSourceData = &providerData
|
||||
resp.ResourceData = &providerData
|
||||
resp.DataSourceData = providerData
|
||||
resp.ResourceData = providerData
|
||||
}
|
||||
|
||||
func (p *bitbucketTokenProvider) DataSources(_ context.Context) []func() datasource.DataSource {
|
||||
|
||||
Reference in New Issue
Block a user