tfclean

Remove applied Terraform moved and import blocks from configuration

brewmacoslinux
Try with needOr install directly
Source

About

Remove applied moved block, import block, etc

Commands

tfclean

Examples

Clean up moved blocks from a Terraform file$ tfclean main.tf
Clean all Terraform files in current directory$ tfclean *.tf
Remove import blocks that have been applied$ tfclean --remove-imports main.tf