mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
parent
7e71dfce0f
commit
7da8e9285e
@ -91,9 +91,8 @@ func Provider() terraform.ResourceProvider {
|
||||
}
|
||||
|
||||
func providerConfigure(d *schema.ResourceData) (interface{}, error) {
|
||||
config := &api.Config{
|
||||
Address: d.Get("address").(string),
|
||||
}
|
||||
config := api.DefaultConfig()
|
||||
config.Address = d.Get("address").(string)
|
||||
|
||||
clientAuthI := d.Get("client_auth").([]interface{})
|
||||
if len(clientAuthI) > 1 {
|
||||
|
Loading…
Reference in New Issue
Block a user