mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucket.git
synced 2026-04-01 15:03:07 +02:00
Refactoring
This commit is contained in:
@@ -73,7 +73,7 @@ func (p *bitbucketTokenProvider) Configure(ctx context.Context, req provider.Con
|
||||
providerData := &ProviderData{
|
||||
AuthHeader: config.AuthHeader.ValueString(),
|
||||
ServerURL: config.ServerURL.ValueString(),
|
||||
TLSSkipVerify: config.TLSSkipVerify.ValueBool(), // <-- passes TLS flag through
|
||||
TLSSkipVerify: config.TLSSkipVerify.ValueBool(),
|
||||
}
|
||||
|
||||
resp.DataSourceData = providerData
|
||||
|
||||
Reference in New Issue
Block a user