Skip to content

Commit c03fee5

Browse files
authored
docs(function): add http_option field (#2946)
1 parent 6759c91 commit c03fee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/resources/function.md

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ The following arguments are supported:
8787

8888
- `deploy` - Define whether the function should be deployed. Terraform will wait for the function to be deployed. Your function will be redeployed if you update the source zip file.
8989

90+
- `http_option` - (Optional) Allows both HTTP and HTTPS (`enabled`) or redirect HTTP to HTTPS (`redirected`). Defaults to `enabled`.
91+
9092
- `sandbox` - (Optional) Execution environment of the function.
9193

9294
- `region` - (Defaults to [provider](../index.md#region) `region`). The [region](../guides/regions_and_zones.md#regions) in which the namespace should be created.

0 commit comments

Comments
 (0)