- Implements: IManifest
Initializers
versionRequired
- Type: string
outdirRequired
- Type: string
hclOutputRequired
- Type: boolean
Methods
| Name | Description |
|---|---|
buildManifest | No description. |
forStack | No description. |
writeToFile | No description. |
buildManifest
forStack
stackRequired
- Type: TerraformStack
writeToFile
Properties
| Name | Type | Description |
|---|---|---|
hclOutput | boolean | No description. |
outdir | string | No description. |
stackFileName | string | No description. |
stacks | {[ key: string ]: StackManifest} | No description. |
version | string | No description. |
hclOutputRequired
- Type: boolean
outdirRequired
- Type: string
stackFileNameRequired
- Type: string
stacksRequired
- Type: {[ key: string ]: StackManifest}
versionRequired
- Type: string
Constants
| Name | Type | Description |
|---|---|---|
fileName | string | No description. |
stackMetadataPath | string | No description. |
stacksFolder | string | No description. |
fileNameRequired
- Type: string
stackMetadataPathRequired
- Type: string
stacksFolderRequired
- Type: string