been running terraform plan
on some limited changes on the .tf file.
however, the plan always generate whole project as need to add, even with forced refresh
terraform refresh
turns out the solution is to sync the workspace. make sure, the workspace you are synching with intended.
terraform workspace list
terraform workspace select master