ExamGecko
Question list
Search
Search

Question 171 - Terraform Associate 003 discussion

Report
Export

What does terraform import do?

A.
Imports existing resources into the state file
Answers
A.
Imports existing resources into the state file
B.
Imports all infrastructure from a given cloud provider
Answers
B.
Imports all infrastructure from a given cloud provider
C.
Imports a new Terraform module
Answers
C.
Imports a new Terraform module
D.
Imports clean copies of tainted resources
Answers
D.
Imports clean copies of tainted resources
E.
None of the above
Answers
E.
None of the above
Suggested answer: A

Explanation:

The terraform import command is used to import existing infrastructure into your Terraform state. This command takes the existing resource and associates it with a resource defined in your Terraform configuration, updating the state file accordingly. It does not generate configuration for the resource, only the state.

asked 18/09/2024
lance bonczkiewicz
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first