Skip to content

Commit

Permalink
Update Query “aws-launch-templates-hop-count-gt-1”
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiStefanie committed Mar 7, 2023
1 parent 068dd1b commit 29fe93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/aws-launch-templates-hop-count-gt-1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "AWS Launch Templates with Hop Count Greater than 1",
"slug": "aws-launch-templates-hop-count-gt-1",
"query": "{\n launchTemplateVersions(\n where: {\n metadataOptionHTTPPutResponseHopLimit_GT: 1\n }\n ) {\n identifier\n accountID\n cloudAccountID\n cloudAccountName\n cloudProvider\n idFromProvider\n internalAssetType\n internalName\n internalRegion\n assetCategory\n contentHash\n }\n}"
"query": "{\n launchTemplateVersions(\n where: { metadataOptionHTTPPutResponseHopLimit_GT: 1 }\n ) {\n identifier\n accountID\n cloudAccountID\n cloudAccountName\n cloudProvider\n idFromProvider\n internalAssetType\n internalName\n internalRegion\n assetCategory\n contentHash\n }\n}\n"
}

0 comments on commit 29fe93a

Please sign in to comment.