Skip to content

Commit

Permalink
Removing a / thats breaking the console URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pavangudiwada committed Aug 21, 2023
1 parent 92208f1 commit 210ffd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/elb/loadbalancers.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func LoadBalancers(ctx context.Context, client ProviderClient) ([]Resource, erro
Tags: tags,
CreatedAt: *loadbalancer.CreatedTime,
FetchedAt: time.Now(),
Link: fmt.Sprintf("https://%s.console.aws.amazon.com/ec2/home?region=%s#/LoadBalancer:loadBalancerArn=%s", client.AWSClient.Region, client.AWSClient.Region, resourceArn),
Link: fmt.Sprintf("https://%s.console.aws.amazon.com/ec2/home?region=%s#LoadBalancer:loadBalancerArn=%s", client.AWSClient.Region, client.AWSClient.Region, resourceArn),
})
}

Expand Down

0 comments on commit 210ffd5

Please sign in to comment.