Terraform

State two use cases where you would use terraform import

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  1. You have existing resources in one of the providers and they are not managed by Terraform (as in not included in the state)
  2. You lost your tfstate file and need to rebuild it