Skip to content

Commit

Permalink
Update Query “aws-launch-tempalte-has-encrypted-ebs”
Browse files Browse the repository at this point in the history
  • Loading branch information
mimatache committed Mar 8, 2023
1 parent 28a2f81 commit c941f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/aws-launch-tempalte-has-encrypted-ebs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Retrieve AWS Launch Template Without Encrypted EBS",
"slug": "aws-launch-tempalte-has-encrypted-ebs",
"query": "{\n launchTemplateVersions(\n where: { blockDeviceMappings_SOME: { encrypted: false } }\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"
"query": "{\n launchTemplateVersions(\n where: { blockDeviceMappings_SOME: { encrypted: \"false\" } }\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 c941f8d

Please sign in to comment.