The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally. Read more about this backend in the Terraform docs: https://developer.hashicorp.com/terraform/language/settings/backends/localDocumentation Index
Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Initializer
Properties
| Name | Type | Description |
|---|---|---|
path | java.lang.String | Path where the state file is stored. |
workspaceDir | java.lang.String | (Optional) The path to non-default workspaces. |
pathOptional
- Type: java.lang.String
- Default: defaults to terraform.${stackId}.tfstate
workspaceDirOptional
- Type: java.lang.String