Skip to content

Commit

Permalink
Update Query “databases-without-delete-protection-aws-and-alibaba”
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimilas committed Mar 7, 2023
1 parent d69c27f commit 629ecc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Databases without delete protection aws and alibaba",
"slug": "databases-without-delete-protection-aws-and-alibaba",
"query": "{ dbInstances (where: {deletionPrevention: \"disabled\"}) { identifier accountID cloudAccountID cloudAccountName cloudProvider idFromProvider internalAssetType internalName internalRegion assetCategory } }"
"query": "{ dbInstances(where: { AND: [ {deletionPrevention: \"disabled\" } {OR: [{ dbCluster: null }{ dbCluster: { deletionProtection: false }}]}]}) { identifier accountID cloudAccountID cloudAccountName cloudProvider idFromProvider internalAssetType internalName internalRegion assetCategory } }"
}

0 comments on commit 629ecc2

Please sign in to comment.