TA-002-P Exam Question 96

In the example below, the depends_on argument creates what type of dependency?
  • TA-002-P Exam Question 97

    Which of the below options is a valid interpolation syntax for retrieving a data source?
  • TA-002-P Exam Question 98

    lookup retrieves the value of a single element from which of the below data type?
  • TA-002-P Exam Question 99

    Which of the below options is the equivalent Terraform 0.12 version of the snippet which is written in Terraform 0.11?
    "${var.instance_id}"
  • TA-002-P Exam Question 100

    Your team lead does not trust the junior terraform engineers who now have access to the git repo . So , he wants you to have some sort of a checking layer , whereby , you can ensure that the juniors will not create any non-compliant resources that might lead to a security audit failure in future. What can you do to efficiently enforce this?