mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucket.git
synced 2026-04-19 23:31:17 +02:00
Fix provider
This commit is contained in:
@@ -77,7 +77,7 @@ func (r *BitbucketTokenResource) Configure(ctx context.Context, req resource.Con
|
||||
return
|
||||
}
|
||||
|
||||
providerData, ok := req.ProviderData.(ProviderData)
|
||||
providerData, ok := req.ProviderData.(*ProviderData)
|
||||
if !ok {
|
||||
resp.Diagnostics.AddError(
|
||||
"Unexpected Provider Data Type",
|
||||
|
||||
Reference in New Issue
Block a user