Skip to content

terrateam apply-force

Force an apply operation even when apply requirements are not met.

terrateam apply-force [tag-query]
terrateam apply-force
Terminal window
# Force apply a specific directory
terrateam apply-force dir:hotfix
# Force apply production changes
terrateam apply-force production
# Force apply with complex query
terrateam apply-force dir:critical and workspace:prod

Restrict apply-force to trusted users only. All force applies are logged for audit.

Configure permissions in access control.

Supports tag queries to filter operations:

  • dir:<path> - Target specific directory
  • workspace:<name> - Target specific workspace
  • Tags can be referenced directly (e.g., production, staging)
  • Logical operators: and, or, not