Repair Windows File System
sfc /scannow
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Terraform Commands
terraform output -json #list sensitive terraform outputs
terraform apply -target <resource_type>.<resource_name> #create one resource
terraform destroy -target <resource_type>.<resource_name> #destroy one resource
terraform state rm <resource_type>.<resource_name> #remove a resource from state