Skip to content

Commit

Permalink
ignore newly added attribure in aws-fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Dec 7, 2021
1 parent ee74d00 commit d7e9457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-fsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"awslint": {
"exclude": [
"props-physical-name:@aws-cdk/aws-fsx.LustreFileSystemProps",
"resource-interface:@aws-cdk/aws-fsx.LustreFileSystem"
"resource-interface:@aws-cdk/aws-fsx.LustreFileSystem",
"resource-attribute:@aws-cdk/aws-fsx.LustreFileSystem.fileSystemRootVolumeId"
]
},
"stability": "stable",
Expand Down

0 comments on commit d7e9457

Please sign in to comment.