File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19259,6 +19259,12 @@ export interface TerraformVariableDefinition {
1925919259 * @memberof TerraformVariableDefinition
1926019260 */
1926119261 'sensitive': boolean;
19262+ /**
19263+ * Whether the variable accepts null values. If false, the variable is required.
19264+ * @type {boolean}
19265+ * @memberof TerraformVariableDefinition
19266+ */
19267+ 'nullable'?: boolean;
1926219268 /**
1926319269 * The default value of the variable, or null if no default is provided
1926419270 * @type {string}
Original file line number Diff line number Diff line change 11{
22 "name" : " qovery-typescript-axios" ,
3- "version" : " v1.1.771 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " OpenAPI client for qovery-typescript-axios" ,
55 "author" : " OpenAPI-Generator Contributors" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments