Skip to content

Commit

Permalink
chore: regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ntaxe770r committed Aug 10, 2024
1 parent b059c08 commit 117b4e5
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions docs/resources/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ description: |-
- `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))
- `secrets` (Block List) secrets to be use dby the function (see [below for nested schema](#nestedblock--secrets))

### Read-Only

Expand Down Expand Up @@ -65,10 +66,6 @@ Required:
- `location` (Attributes) Deployment location details. (see [below for nested schema](#nestedatt--deployment--location))
- `replicas` (Attributes) Replica configuration for the deployment. (see [below for nested schema](#nestedatt--deployment--replicas))

Optional:

- `secrets` (Attributes) Secret to be used by the function (see [below for nested schema](#nestedatt--deployment--secrets))

<a id="nestedatt--deployment--location"></a>
### Nested Schema for `deployment.location`

Expand Down Expand Up @@ -102,15 +99,6 @@ Required:



<a id="nestedatt--deployment--secrets"></a>
### Nested Schema for `deployment.secrets`

Required:

- `name` (String) Name of the secret
- `reference` (String) Reference to the secrets value



<a id="nestedblock--route"></a>
### Nested Schema for `route`
Expand All @@ -120,3 +108,12 @@ Required:
- `methods` (List of String) HTTP methods supported by the route (e.g., GET, POST).
- `path` (String) Path of the route.
- `weight` (Number) Weight of the route for load balancing.


<a id="nestedblock--secrets"></a>
### Nested Schema for `secrets`

Required:

- `name` (String) Name of the secret
- `reference` (String) Reference to the secrets value

0 comments on commit 117b4e5

Please sign in to comment.