StackConfigVendorTerragrunt

Configuration specific to Terragrunt stacks.
  • terraformVersion
    Terraform version to use.
  • terragruntVersion
    Terragrunt version to use.
  • useRunAll
    If set to true, Terragrunt backend will execute commands in run-all mode.
  • useSmartSanitization
    If Smart sanitization should be used for sanitizing terraform plans and resources. Smart sanitization will only sanitize values that terraform has marked as sensitive.
  • useStateManagement
  • skipReplanWhenRunAll
    If set to true, the apply phase will reuse the plan from the planning phase instead of re-planning. Only applies when useRunAll is enabled. Incompatible with mocked_outputs.