We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527c451 commit bd23630Copy full SHA for bd23630
src/simple-editor/deployment/DeploymentModelCompose.tsx
@@ -39,7 +39,7 @@ const getInstructions = (model : string) => {
39
<DeploymentEnvVars
40
variables={[
41
{
42
- name: "AWS_ID_KEY",
+ name: "AWS_ACCESS_KEY_ID",
43
value: "ID-KEY-HERE"
44
},
45
0 commit comments