File tree Expand file tree Collapse file tree
awscli/examples/apprunner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Contents of ``input.json``::
3737 }
3838 },
3939 "InstanceConfiguration": {
40- "CPU ": "1 vCPU",
40+ "Cpu ": "1 vCPU",
4141 "Memory": "3 GB"
4242 }
4343 }
@@ -82,7 +82,7 @@ Output::
8282 },
8383 "Status": "OPERATION_IN_PROGRESS",
8484 "InstanceConfiguration": {
85- "CPU ": "1 vCPU",
85+ "Cpu ": "1 vCPU",
8686 "Memory": "3 GB"
8787 }
8888 }
@@ -127,7 +127,7 @@ Contents of ``input.json``::
127127 }
128128 },
129129 "InstanceConfiguration": {
130- "CPU ": "1 vCPU",
130+ "Cpu ": "1 vCPU",
131131 "Memory": "3 GB"
132132 }
133133 }
@@ -172,7 +172,7 @@ Output::
172172 },
173173 "Status": "OPERATION_IN_PROGRESS",
174174 "InstanceConfiguration": {
175- "CPU ": "1 vCPU",
175+ "Cpu ": "1 vCPU",
176176 "Memory": "3 GB"
177177 }
178178 }
@@ -208,7 +208,7 @@ Contents of ``input.json``::
208208 }
209209 },
210210 "InstanceConfiguration": {
211- "CPU ": "1 vCPU",
211+ "Cpu ": "1 vCPU",
212212 "Memory": "3 GB"
213213 }
214214 }
@@ -244,7 +244,7 @@ Output::
244244 },
245245 "Status": "OPERATION_IN_PROGRESS",
246246 "InstanceConfiguration": {
247- "CPU ": "1 vCPU",
247+ "Cpu ": "1 vCPU",
248248 "Memory": "3 GB"
249249 }
250250 }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Output::
5151 },
5252 "Status": "OPERATION_IN_PROGRESS",
5353 "InstanceConfiguration": {
54- "CPU ": "1 vCPU",
54+ "Cpu ": "1 vCPU",
5555 "Memory": "3 GB"
5656 }
5757 }
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Output::
5050 },
5151 "Status": "RUNNING",
5252 "InstanceConfiguration": {
53- "CPU ": "1 vCPU",
53+ "Cpu ": "1 vCPU",
5454 "Memory": "3 GB"
5555 }
5656 }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Output::
5151 },
5252 "Status": "OPERATION_IN_PROGRESS",
5353 "InstanceConfiguration": {
54- "CPU ": "1 vCPU",
54+ "Cpu ": "1 vCPU",
5555 "Memory": "3 GB"
5656 }
5757 }
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Output::
5151 },
5252 "Status": "OPERATION_IN_PROGRESS",
5353 "InstanceConfiguration": {
54- "CPU ": "1 vCPU",
54+ "Cpu ": "1 vCPU",
5555 "Memory": "3 GB"
5656 }
5757 }
58- }
58+ }
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Output::
5757 },
5858 "Status": "OPERATION_IN_PROGRESS",
5959 "InstanceConfiguration": {
60- "CPU ": "1 vCPU",
60+ "Cpu ": "1 vCPU",
6161 "Memory": "4 GB"
6262 }
6363 }
You can’t perform that action at this time.
0 commit comments