Skip to content

Commit

Permalink
bin update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Jul 17, 2024
1 parent bf509ff commit 09d4efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/aws/aws.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"JSON_EXTRACT(state, '$$.Name') as instance_state, \n",
"count(*) as num_instances\n",
"FROM aws.ec2.instances \n",
"WHERE region = '$region'\n",
"WHERE region IN ($regions)\n",
"GROUP BY state"
]
},
Expand Down

0 comments on commit 09d4efd

Please sign in to comment.