Skip to content

Commit ae4d0f8

Browse files
Update docs regarding HTTP/2 in Cloud Run services (#6882) (#4924)
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent 18462fb commit ae4d0f8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/6882.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_cloud_run_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ https://cloud.google.com/run/docs/reference/rest/v1/RevisionSpec#ContainerPort`,
409409
Type: schema.TypeString,
410410
Computed: true,
411411
Optional: true,
412-
Description: `If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".`,
412+
Description: `If specified, used to specify which protocol to use. Allowed values are "http1" (HTTP/1) and "h2c" (HTTP/2 end-to-end)`,
413413
},
414414
"protocol": {
415415
Type: schema.TypeString,

website/docs/r/cloud_run_service.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ The following arguments are supported:
547547

548548
* `name` -
549549
(Optional)
550-
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
550+
If specified, used to specify which protocol to use. Allowed values are "http1" (HTTP/1) and "h2c" (HTTP/2 end-to-end)
551551

552552
* `protocol` -
553553
(Optional)

0 commit comments

Comments
 (0)