TA-002-P Exam Question 36

True or False. The terraform refresh command is used to reconcile the state Terraform knows about (via its state file) with the real-world infrastructure. If drift is detected between the real-world infrastructure and the last known-state, it will modify the infrastructure to correct the drift.
  • TA-002-P Exam Question 37

    When should you use the force-unlock command?
  • TA-002-P Exam Question 38

    The Terraform language does not support user-defined functions, and so only the functions built in to the language are available for use.
  • TA-002-P Exam Question 39

    You can migrate the Terraform backend but only if there are no resources currently being managed.
  • TA-002-P Exam Question 40

    You have deployed a new webapp with a public IP address on a clod provider. However, you did not create any outputs for your code.
    What is the best method to quickly find the IP address of the resource you deployed?