Initializer
Properties
| Name | Type | Description |
|---|---|---|
Context | System.Collections.Generic.IDictionary< string, object > | Additional context values for the application. |
HclOutput | bool | No description. |
Outdir | string | The directory to output Terraform resources. |
SkipBackendValidation | bool | Whether to skip backend validation during synthesis of the app. |
SkipValidation | bool | Whether to skip all validations during synthesis of the app. |
StackTraces | bool | No description. |
ContextOptional
- Type: System.Collections.Generic.IDictionary< string, object >
- Default: no additional context
context key in cdktf.json has precedence.
Context can be read from any construct using node.getContext(key).
HclOutputOptional
- Type: bool
OutdirOptional
- Type: string
- Default: CDKTF_OUTDIR if defined, otherwise “cdktf.out”
- The
-o/--outputCLI option - The
CDKTF_OUTDIRenvironment variable - The
outdirkey incdktf.json
SkipBackendValidationOptional
- Type: bool
- Default: false
SkipValidationOptional
- Type: bool
- Default: false
StackTracesOptional
- Type: bool