Skip to content

Commit 2364eae

Browse files
committed
add IAM roles to redshift cluster unit test
1 parent 881023c commit 2364eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@aws-cdk/aws-redshift/test/cluster.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ test('check that instantiation works', () => {
3535
Encrypted: true,
3636
NumberOfNodes: 2,
3737
NodeType: 'dc2.large',
38+
IamRoles: [],
3839
DBName: 'default_db',
3940
PubliclyAccessible: false,
4041
ClusterSubnetGroupName: { Ref: 'RedshiftSubnetsDFE70E0A' },

0 commit comments

Comments
 (0)