True or False? it's common to edit terraform state file directly by hand and even recommended for many different use cases
Answer
False. You should avoid as much possible to edit Terraform state files directly by hand. Prefer supported commands such as terraform state mv, terraform state rm, or terraform state replace-provider so the CLI keeps metadata consistent.