Skip to content

Commit 44b1c8e

Browse files
Merge pull request #10377 from RyanFitzSimmonsAK/apprunner-examples
Replaced "CPU" with "Cpu" in Apprunner examples
2 parents 3b6bd35 + 70d3b38 commit 44b1c8e

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

awscli/examples/apprunner/create-service.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

awscli/examples/apprunner/delete-service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

awscli/examples/apprunner/describe-service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

awscli/examples/apprunner/pause-service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

awscli/examples/apprunner/resume-service.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

awscli/examples/apprunner/update-service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)