TA-002-P Exam Question 1

Your company has been using Terraform Cloud for a some time now . But every team is creating their own modules , and there is no standardization of the modules , with each team creating the resources in their own unique way . You want to enforce a standardization of the modules across the enterprise . What should be your approach.
  • TA-002-P Exam Question 2

    Which of the below terraform commands do not run terraform refresh implicitly before taking actual action of the command?
  • TA-002-P Exam Question 3

    You have created 2 workspaces PROD and RQA.
    You have switched to RQA and provisioned RQA infrastructure from this workspace. Where is your state file stored?
  • TA-002-P Exam Question 4

    Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
  • TA-002-P Exam Question 5

    Your manager has instructed you to start using terraform for the entire infra provisioning of the application stack. There are 4 environments - DEV , QA , UAT , and PROD. The application team has asked for complete segregation between these environments including the backend , state , and also configurations ,since there will be unique resources in different environments . What is the possible way to structure the terraform code to facilitate that.