TA-002-P Exam Question 46

You are using a terraform operation that writes state. Unfortunately automatic state unlocking has failed for that operation. Which of the below commands can be used to remove the already acquired lock on the state?
  • TA-002-P Exam Question 47

    Which of the below features of Terraform can be used for managing small differences between different environments which can act more like completely separate working directories.
  • TA-002-P Exam Question 48

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

    Terraform is currently being used by your organisation to create resources on AWS for the development of a web application. One of your coworkers wants to change the instance type to "t2.large" while keeping the default set values.
    What adjustments does the teammate make in order to meet his goal?
  • TA-002-P Exam Question 50

    terraform init initializes a sample main.tf file in the current directory.