We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f6ff0 commit c9bc0e0Copy full SHA for c9bc0e0
data-collection/deploy/module-quicksight.yaml
@@ -142,7 +142,7 @@ Resources:
142
143
for namespace in namespaces:
144
logger.debug(f"processing namespace={namespace}")
145
- capacity_region = namespaces[0]['CapacityRegion']
+ capacity_region = namespace['CapacityRegion']
146
if quicksight_client.meta.region_name != capacity_region:
147
logger.debug("Switching to %s", capacity_region)
148
quicksight_client = boto3.client("quicksight", region_name=capacity_region)
@@ -358,4 +358,4 @@ Resources:
358
quser.email,
359
quser.role,
360
quser.active,
361
- quser.principalid
+ quser.principalid
0 commit comments