- Implements: IManifest
Initializers
VersionRequired
- Type: string
OutdirRequired
- Type: string
HclOutputRequired
- Type: bool
Methods
| Name | Description |
|---|---|
BuildManifest | No description. |
ForStack | No description. |
WriteToFile | No description. |
BuildManifest
ForStack
StackRequired
- Type: TerraformStack
WriteToFile
Properties
| Name | Type | Description |
|---|---|---|
HclOutput | bool | No description. |
Outdir | string | No description. |
StackFileName | string | No description. |
Stacks | System.Collections.Generic.IDictionary<string, StackManifest> | No description. |
Version | string | No description. |
HclOutputRequired
- Type: bool
OutdirRequired
- Type: string
StackFileNameRequired
- Type: string
StacksRequired
- Type: System.Collections.Generic.IDictionary<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