mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucket.git
synced 2026-05-29 10:50:41 +02:00
Merge branch 'main' of github.com:ysoftdevs/terraform-provider-bitbucket
This commit is contained in:
+2
-2
@@ -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