What is the purpose of Terraform's `lifecycle` block with `prevent_destroy = true`?
-
A
Prevents the resource from being updated in-place
-
B
Causes Terraform to throw an error if a plan would destroy the resource
-
C
Ignores changes to the resource after initial creation
-
D
Prevents concurrent applies from modifying the resource