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

This commit is contained in:
itoussies 2023-04-26 13:45:58 +02:00 committed by GitHub
parent b1e5cde2b0
commit cbd3818393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}