Skip to content

Commit 89a8350

Browse files
committed
Updated the command options to valid one
1 parent fd71a85 commit 89a8350

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/constants/commands.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,8 @@ export const GRANT_AWS_ACCESS = {
4848
required: true,
4949
choices: [
5050
{
51-
name: "S3 read only access",
52-
value: process.env.S3_READ_ONLY_ACCESS_AWS_GROUP_ID,
53-
},
54-
{
55-
name: "EC2 deployment access",
56-
value: process.env.EC2_DEPLOYMENT_ACCESS_AWS_GROUP_ID,
57-
},
58-
{
59-
name: "DDB read only access",
60-
value: process.env.DDB_READ_ONLY_ACCESS_AWS_GROUP_ID,
51+
name: "AWS read access",
52+
value: process.env.AWS_read_access_group_id,
6153
},
6254
],
6355
},

0 commit comments

Comments
 (0)