Skip to content

Commit

Permalink
Fix typo that prevented running in preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
kobajagi committed Nov 29, 2024
1 parent 8f8c538 commit f822e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exoscale/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func ProviderConfigure(_ context.Context, d *schema.ResourceData) (interface{},

sosEndpoint, sosEndpointOK := d.GetOk("sos_endpoint")
if !sosEndpointOK {
environment = providerConfig.GetEnvDefault(
sosEndpoint = providerConfig.GetEnvDefault(
"EXOSCALE_SOS_ENDPOINT",
providerConfig.GetEnvDefault("EXOSCALE_STORAGE_API_ENDPOINT", ""))
}
Expand Down

0 comments on commit f822e0d

Please sign in to comment.