Usage
Aliases
apply
Description
Thedeploy command synthesizes your configuration and runs terraform apply to create, update, or delete infrastructure resources.
Options
Examples
Basic Usage
Specific Stack
Auto-Approve (CI/CD)
Skip the interactive approval prompt:Skip Synthesis
Use when you’ve already runtfts synth:
Target Specific Resources
Deploy only specific resources:CI/CD Usage
For automated deployments:Automatic Initialization
If the stack hasn’t been initialized,tfts deploy automatically runs terraform init before applying.