- 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 | *map[string]StackManifest | No description. |
Version | *string | No description. |
HclOutputRequired
- Type: *bool
OutdirRequired
- Type: *string
StackFileNameRequired
- Type: *string
StacksRequired
- Type: *map[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