(plugin) cloud::aws::custom::paws - fix

This commit is contained in:
itoussies 2023-04-26 13:45:58 +02:00 committed by David Boucher
parent 8d86eb38bd
commit c55b8c7c60
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ sub directconnect_describe_connections {
my $connections = $ec->DescribeConnections(); my $connections = $ec->DescribeConnections();
foreach (@{$connections->{Connections}}) { foreach (@{$connections->{Connections}}) {
$results->{ $_->{ConnectionId} } = { { $results->{ $_->{ConnectionId} } = {
name => $_->{ConnectionName}, name => $_->{ConnectionName},
state => $_->{ConnectionState}, state => $_->{ConnectionState},
bandwidth => $_->{Bandwidth} bandwidth => $_->{Bandwidth}