mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Add the VersionHeader to the atlas provider too
This commit is contained in:
parent
885935962c
commit
bd99c7a904
@ -52,6 +52,7 @@ func providerConfigure(d *schema.ResourceData) (interface{}, error) {
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
client.DefaultHeader.Set(terraform.VersionHeader, terraform.Version)
|
||||
client.Token = d.Get("token").(string)
|
||||
|
||||
return client, nil
|
||||
|
Loading…
Reference in New Issue
Block a user