Skip to content

Commit 78003c3

Browse files
committed
Sync open source content 🐝 (from 3d722453eb479e8dae3e85cee276e028ee40eaa8)
1 parent 231baaf commit 78003c3

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/speakeasy-reference/generation/terraform-config.mdx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -91,30 +91,6 @@ terraform:
9191
]}
9292
/>
9393

94-
## Method and parameter management
95-
96-
```yml
97-
terraform:
98-
allowUnknownFieldsInWeakUnions: false
99-
```
100-
101-
<Table
102-
data={[
103-
{
104-
name: "allowUnknownFieldsInWeakUnions",
105-
required: "false",
106-
default: "false",
107-
description: "Allow unknown fields in weak (undiscriminated) unions.",
108-
},
109-
]}
110-
columns={[
111-
{ key: "name", header: "Name" },
112-
{ key: "required", header: "Required" },
113-
{ key: "default", header: "Default Value" },
114-
{ key: "description", header: "Description" },
115-
]}
116-
/>
117-
11894
## Environment variables
11995

12096
```yml

0 commit comments

Comments
 (0)