Skip to content

Commit

Permalink
chore: regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ntaxe770r committed Sep 6, 2024
1 parent 9427853 commit 94bb1c2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/resources/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ description: |-

### Required

- `description` (String) A brief description of the function.
- `image` (String) Container image for the function.
- `name` (String) Name of the function.
- `port` (Number) Port on which the function will listen for incoming requests.
Expand All @@ -30,7 +31,6 @@ description: |-

- `compliance` (List of String) Compliance standards the function adheres to, one of soc or ipv6
- `deployment` (Block List) List of deployments for the function, specifying locations and replicas. (see [below for nested schema](#nestedblock--deployment))
- `description` (String) A brief description of the function.
- `route` (Block List) List of routes that define the function's endpoints. (see [below for nested schema](#nestedblock--route))
- `secret` (Block List) secrets to be use dby the function (see [below for nested schema](#nestedblock--secret))

Expand Down Expand Up @@ -69,15 +69,12 @@ Required:
<a id="nestedatt--deployment--location"></a>
### Nested Schema for `deployment.location`

Required:

- `provider_id` (String) ID of the cloud provider.

Optional:

- `city` (String) City where the deployment is located.
- `continent` (String) Continent where the deployment is located.
- `country` (String) Country where the deployment is located.
- `provider_id` (String) ID of the cloud provider.


<a id="nestedatt--deployment--replicas"></a>
Expand Down

0 comments on commit 94bb1c2

Please sign in to comment.