Skip to content

terrateam apply-force

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

Usage

terrateam apply-force [tag-query]

Examples

Force Apply All Plans

terrateam apply-force

Target Specific Resources

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

Access Control

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

Configure permissions in access control.

Tag Query Support

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