mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucket.git
synced 2026-04-23 09:08:27 +02: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(),
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user