feat(iaas): set custom user-agent header for STACKIT API calls (#821)
relates to STACKITTPR-184
This commit is contained in:
parent
536d824e5d
commit
53ec994a7d
39 changed files with 575 additions and 740 deletions
|
|
@ -439,6 +439,8 @@ func (p *Provider) Configure(ctx context.Context, req provider.ConfigureRequest,
|
|||
providerData.RoundTripper = roundTripper
|
||||
resp.DataSourceData = providerData
|
||||
resp.ResourceData = providerData
|
||||
|
||||
providerData.Version = p.version
|
||||
}
|
||||
|
||||
// DataSources defines the data sources implemented in the provider.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue