We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231baaf commit 78003c3Copy full SHA for 78003c3
docs/speakeasy-reference/generation/terraform-config.mdx
@@ -91,30 +91,6 @@ terraform:
91
]}
92
/>
93
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
118
## Environment variables
119
120
```yml
0 commit comments