TA-003-P Exam Question 1

You ate making changes to existing Terraform code to add some new infrastructure.
When is the best time to run terraform validate?
  • TA-003-P Exam Question 2

    What is the name of the default file where Terraform stores the state?
    Type your answer in the field provided. The text field is not case-sensitive and all variations of the correct answer are accepted.

    TA-003-P Exam Question 3

    You have used Terraform lo create an ephemeral development environment in the (loud and are now ready to destroy all the Infrastructure described by your Terraform configuration To be safe, you would like to first see all the infrastructure that Terraform will delete.
    Which command should you use to show all of the resources that mil be deleted? Choose two correct answers.
  • TA-003-P Exam Question 4

    Which of the following does terraform apply change after you approve the execution plan? (Choose two.)
  • TA-003-P Exam Question 5

    You decide to move a Terraform state file to Amazon S3 from another location.
    You write the code below into a file called backend.tf.

    Which command will migrate your current state file to the new S3 remote backend?