tfclean

Remove moved blocks, imports, and other Terraform state changes

brewmacoslinux
Try with needOr install directly
Source

About

Remove applied moved block, import block, etc

Commands

tfclean

Examples

clean up terraform state after moving resources$ tfclean
remove moved blocks from terraform files$ tfclean --remove-moved
clean unused imports in terraform configuration$ tfclean --clean-imports
remove deprecated terraform blocks automatically$ tfclean --auto-clean
display what will be cleaned without making changes$ tfclean --dry-run