tfocus

Selectively execute Terraform plans and applies on specific resources

brewmacoslinux
Try with needOr install directly
Source

About

Tool for selecting and executing terraform plan/apply on specific resources

Commands

tfocus

Examples

Plan changes for a specific resource$ tfocus plan aws_instance.web
Apply changes to multiple selected resources$ tfocus apply aws_instance.web aws_security_group.app
Interactive resource selection for planning$ tfocus plan