Multiple Choice
You run a local-exec provisioner in a null resource called null_resource.run_script and realize that you need to rerun the script. Which of the following commands would you use first?
A) terraform taint null_resource.run_script
B) terraform apply -target=null_resource.run_script
C) terraform validate null_resource.run_script
D) terraform plan -target=null_resource.run_script
Correct Answer:

Verified
Correct Answer:
Verified
Q21: What command does Terraform require the first
Q22: Where does the Terraform local backend store
Q23: Terraform requires the Go runtime as a
Q24: How would you reference the "name" value
Q25: Terraform can import modules from a number
Q27: What command should you run to display
Q28: Why would you use the terraform taint
Q29: Which of the following is not a
Q30: How is the Terraform remote backend different
Q31: When should you use the force-unlock command?<br>A)