nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #111

TERRAFORM-ASSOCIATE-003 Question #111: Real Exam Question with Answer & Explanation

The correct answer is D. import. The terraform import command is used to import existing infrastructure into Terraform's state. This allows Terraform to manage and destroy the imported infrastructure as part of the configuration. The terraform import command does not modify the configuration, so the imported res

Question

A terraform apply can not _________ infrastructure.

Options

  • Achange
  • Bdestroy
  • Cprovision
  • Dimport

Explanation

The terraform import command is used to import existing infrastructure into Terraform's state. This allows Terraform to manage and destroy the imported infrastructure as part of the configuration. The terraform import command does not modify the configuration, so the imported resources must be manually added to the configuration after the import.

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice