- Implements: IManifest
Initializers
| Name | Type | Description |
|---|---|---|
version | str | No description. |
outdir | str | No description. |
hcl_output | bool | No description. |
versionRequired
- Type: str
outdirRequired
- Type: str
hcl_outputRequired
- Type: bool
Methods
| Name | Description |
|---|---|
build_manifest | No description. |
for_stack | No description. |
write_to_file | No description. |
build_manifest
for_stack
stackRequired
- Type: TerraformStack
write_to_file
Properties
| Name | Type | Description |
|---|---|---|
hcl_output | bool | No description. |
outdir | str | No description. |
stack_file_name | str | No description. |
stacks | typing.Mapping[StackManifest] | No description. |
version | str | No description. |
hcl_outputRequired
- Type: bool
outdirRequired
- Type: str
stack_file_nameRequired
- Type: str
stacksRequired
- Type: typing.Mapping[StackManifest]
versionRequired
- Type: str
Constants
| Name | Type | Description |
|---|---|---|
fileName | str | No description. |
stackMetadataPath | str | No description. |
stacksFolder | str | No description. |
fileNameRequired
- Type: str
stackMetadataPathRequired
- Type: str
stacksFolderRequired
- Type: str