We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd71a85 commit 89a8350Copy full SHA for 89a8350
src/constants/commands.ts
@@ -48,16 +48,8 @@ export const GRANT_AWS_ACCESS = {
48
required: true,
49
choices: [
50
{
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,
+ name: "AWS read access",
+ value: process.env.AWS_read_access_group_id,
61
},
62
],
63
0 commit comments