Skip to content

Commit 15fb578

Browse files
committed
chore: Update database name in inputs_2_update.template.json to testdb2 to test scopes
1 parent ad868ca commit 15fb578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfn-resources/database-user/test/inputs_2_update.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"Roles": [
88
{
99
"RoleName": "readWrite",
10-
"DatabaseName": "testdb",
10+
"DatabaseName": "testdb2",
1111
"CollectionName": "col2"
1212
}
1313
],
1414
"Scopes": [
1515
{
1616
"Type": "CLUSTER",
17-
"Name": "testdb"
17+
"Name": "testdb2"
1818
}
1919
]
2020
}

0 commit comments

Comments
 (0)