Skip to content

Commit b626e20

Browse files
author
sourabh
committed
changing namespace to Namespace
1 parent e16afa9 commit b626e20

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sumologic-app-utils/src/awsresource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def get_arn_list(self, resources):
523523
return arns
524524

525525
def process_tags(self, tags):
526-
tags["namespace"] = "AWS/EC2"
526+
tags["Namespace"] = "AWS/EC2"
527527

528528
tags_key_value = []
529529
for k, v in tags.items():
-59 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)