HashiCorpHashiCorp
TA-002-P · Question #236
TA-002-P Question #236: Real Exam Question with Answer & Explanation
Sign in or unlock TA-002-P to reveal the answer and full explanation for question #236. The question stem and answer options stay visible for context.
Use the Terraform CLI (terraform plan, apply, destroy, fmt, init, validate, workspace, import, taint, providers, output)
Question
Your organization has moved to AWS and has manually deployed infrastructure using the console. Recently, a decision has been made to standardize on Terraform for all deployments moving forward. What can you do to ensure that all existing is managed by Terraform moving forward without interruption to existing services?
Options
- ASubmit a ticket to AWS and ask them to export the state of all existing resources and use
- BDelete the existing resources and recreate them using new a Terraform configuration so
- CResources that are manually deployed in the AWS console cannot be imported by
- DUsing terraform import, import the existing infrastructure into your Terraform state.
Unlock TA-002-P to see the answer
You've previewed enough free TA-002-P questions. Unlock TA-002-P for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#terraform import#State management#Existing infrastructure#Transition to IaC