Question 124 of 139
Single answerYour DevOps team is using Terraform to deploy applications and Cloud SQL databases. After every new application change is rolled out, the environment is torn down and recreated, and the persistent database layer is lost. You need to prevent the database from being dropped. What should you do?
✓ASet Terraform deletion_protection to true.
BRerun terraform apply.
CCreate a read replica.
DUse point-in-time-recovery (PITR) to recover the database.
✓
Correct Answer: A
Set Terraform deletion_protection to true.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.