diff --git a/src/cloud/aws/custom/paws.pm b/src/cloud/aws/custom/paws.pm index 2a30b1b12..c9fe895a8 100644 --- a/src/cloud/aws/custom/paws.pm +++ b/src/cloud/aws/custom/paws.pm @@ -798,7 +798,7 @@ sub directconnect_describe_connections { my $connections = $ec->DescribeConnections(); foreach (@{$connections->{Connections}}) { - $results->{ $_->{ConnectionId} } = { { + $results->{ $_->{ConnectionId} } = { name => $_->{ConnectionName}, state => $_->{ConnectionState}, bandwidth => $_->{Bandwidth}