We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3692a3b commit 79a7318Copy full SHA for 79a7318
provider/aws/aws.go
@@ -865,9 +865,7 @@ func (p *AWSProvider) AdjustEndpoints(endpoints []*endpoint.Endpoint) ([]*endpoi
865
// if the endpoint is using geoproximity, set the bias to 0 if not set
866
// this is needed to avoid unnecessary Upserts if the desired endpoint doesn't specify a bias
867
func adjustGeoProximityLocationEndpoint(ep *endpoint.Endpoint) {
868
-
869
if ep.SetIdentifier != "" {
870
871
_, ok1 := ep.GetProviderSpecificProperty(providerSpecificGeoProximityLocationAWSRegion)
872
_, ok2 := ep.GetProviderSpecificProperty(providerSpecificGeoProximityLocationLocalZoneGroup)
873
_, ok3 := ep.GetProviderSpecificProperty(providerSpecificGeoProximityLocationCoordinates)
0 commit comments