QuestionQ161

Terraform state management

Using the terraform state rm command on a resource will destroy that resource.

  • A True
  • B False
Explanation

The terraform state rm command makes Terraform stop tracking the resource by removing its state binding; it does not delete the remote infrastructure object.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!