Configuration specific to OpenTofu stacks.
- versionOpenTofu version to use.
- workspaceOpenTofu workspace to select (not compatible with some backends).
- useSmartSanitizationIf Smart sanitization should be used for sanitizing plans and resources. Smart sanitization will only sanitize values that have been marked as sensitive.
- externalStateAccessEnabledIndicates whether you can access the Stack state file from other stacks or outside of Spacelift.
- conciseWhen enabled, Spacelift passes -concise to tofu plan/apply/refresh to suppress "Refreshing state..." progress output. Requires OpenTofu 1.7+ at runtime; the flag is silently omitted on older versions. If you're running OpenTofu 1.10+, concise flag will be also used in apply.
- workflowToolOpenTofuWorkflowToolDefines the tool that will be used to execute the workflow.