Skip to content

Commit

Permalink
Adjusted $vpnid to correct query error. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jho2dot0 authored and jangaraj committed Nov 22, 2017
1 parent 1f7c5f9 commit 036ff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-vpn/aws-vpn.json
Expand Up @@ -402,7 +402,7 @@
"multi": false,
"name": "vpnid",
"options": [],
"query": "dimension_values($region,AWS/VPN,TunnelState)",
"query": "dimension_values($region,AWS/VPN,TunnelState, VpnId)",
"refresh": 1,
"regex": "",
"sort": 0,
Expand Down

0 comments on commit 036ff27

Please sign in to comment.