mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucket.git
synced 2026-03-23 18:01:05 +01:00
Merge branch 'main' of github.com:ysoftdevs/terraform-provider-bitbucket
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