StackConfigVendorOpenTofuInput

Configuration specific to OpenTofu stacks.
  • version
    OpenTofu version to use.
  • workspace
    OpenTofu workspace to select (not compatible with some backends).
  • useSmartSanitization
    If Smart sanitization should be used for sanitizing plans and resources. Smart sanitization will only sanitize values that have been marked as sensitive.
  • externalStateAccessEnabled
    Indicates whether you can access the Stack state file from other stacks or outside of Spacelift.
  • concise
    When 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.