Skip to content

Commit 6890114

Browse files
committed
Merge branch 'main' of github.com:awslabs/cid-framework
2 parents 37a6c73 + c9bc0e0 commit 6890114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-collection/deploy/module-quicksight.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Resources:
142142
143143
for namespace in namespaces:
144144
logger.debug(f"processing namespace={namespace}")
145-
capacity_region = namespaces[0]['CapacityRegion']
145+
capacity_region = namespace['CapacityRegion']
146146
if quicksight_client.meta.region_name != capacity_region:
147147
logger.debug("Switching to %s", capacity_region)
148148
quicksight_client = boto3.client("quicksight", region_name=capacity_region)
@@ -358,4 +358,4 @@ Resources:
358358
quser.email,
359359
quser.role,
360360
quser.active,
361-
quser.principalid
361+
quser.principalid

0 commit comments

Comments
 (0)