Cloudwatch: Ignore error while fetching regions (#76626)

This commit is contained in:
Sarah Zinger
2023-10-17 10:14:33 -04:00
committed by GitHub
parent 24a14f3cd7
commit fefdb78640
5 changed files with 29 additions and 8 deletions
+1
View File
@@ -151,6 +151,7 @@ func (e *cloudWatchExecutor) getRequestContext(ctx context.Context, pluginCtx ba
EC2APIProvider: ec2Client,
Settings: instance.Settings,
Features: e.features,
Logger: logger,
}, nil
}