Skip to content

Commit

Permalink
Update docs regarding HTTP/2 in Cloud Run services (hashicorp#6882) (h…
Browse files Browse the repository at this point in the history
…ashicorp#4924)

Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Nov 29, 2022
1 parent 18462fb commit ae4d0f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/6882.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google-beta/resource_cloud_run_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ https://cloud.google.com/run/docs/reference/rest/v1/RevisionSpec#ContainerPort`,
Type: schema.TypeString,
Computed: true,
Optional: true,
Description: `If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".`,
Description: `If specified, used to specify which protocol to use. Allowed values are "http1" (HTTP/1) and "h2c" (HTTP/2 end-to-end)`,
},
"protocol": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cloud_run_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ The following arguments are supported:

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

* `protocol` -
(Optional)
Expand Down

0 comments on commit ae4d0f8

Please sign in to comment.