terrateam apply-force
Force an apply operation even when apply requirements are not met.
terrateam apply-force [tag-query]Examples
Section titled “Examples”Force Apply All Plans
Section titled “Force Apply All Plans”terrateam apply-forceTarget Specific Resources
Section titled “Target Specific Resources”# Force apply a specific directoryterrateam apply-force dir:hotfix
# Force apply production changesterrateam apply-force production
# Force apply with complex queryterrateam apply-force dir:critical and workspace:prodAccess Control
Section titled “Access Control”Restrict apply-force to trusted users only. All force applies are logged for audit.
Configure permissions in access control.
Tag Query Support
Section titled “Tag Query Support”Supports tag queries to filter operations:
dir:<path>- Target specific directoryworkspace:<name>- Target specific workspace- Tags can be referenced directly (e.g.,
production,staging) - Logical operators:
and,or,not
Related Commands
Section titled “Related Commands”- terrateam apply - Standard apply with requirements
- terrateam apply-autoapprove - Skip manual approval
- terrateam gate approve - Approve validation gates