Explain "Remote State". When would you use it and how?
Answer
Terraform generates a terraform.tfstate json file that describes components/service provisioned on the specified provider. Remote
State stores this file in a remote storage media to enable collaboration amongst team.