Skip to content

Commit

Permalink
return the providerConfigEndPoints :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Oct 31, 2019
1 parent cee6ec1 commit 3a1ae9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/provider_configuration_endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (p *providerConfigurationEndPoints) configureEndpoints(data *schema.Resourc
providerConfigEndPoints[resource] = endpoints[resource].(string)
}
}
return providerConfigEndPoints
}
}
return nil
Expand Down

0 comments on commit 3a1ae9b

Please sign in to comment.