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
# 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: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 directoryworkspace:<name>
- Target specific workspace- Tags can be referenced directly (e.g.,
production
,staging
) - Logical operators:
and
,or
,not
Related Commands
- terrateam apply - Standard apply with requirements
- terrateam apply-autoapprove - Skip manual approval
- terrateam gate approve - Approve validation gates