nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #99

Which provisioner invokes a process on the resource created by Terraform?

The correct answer is A. remote-exec. The remote-exec provisioner invokes a script on a remote resource after it is created.

Use Terraform outside of the core workflow

Question

Which provisioner invokes a process on the resource created by Terraform?

Options

  • Aremote-exec
  • Bnull-exec
  • Clocal-exec
  • Dfile

How the community answered

(14 responses)
  • A
    86% (12)
  • C
    7% (1)
  • D
    7% (1)

Explanation

The remote-exec provisioner invokes a script on a remote resource after it is created.

Topics

#provisioners#remote-exec#resource lifecycle

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice