Question 76

Hanah is writing a terraform configuration with nested modules, there are multiple places where she has to use the same conditional expression but she wants to avoid repeating the same values or expressions multiple times in the configuration,. What is a better approach to dealing with this?
  • Question 77

    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?
  • Question 78

    What does the command terraform fmt do?
  • Question 79

    Your firm employs a version control system (for example, git) and has requested that you commit all terraform code to it. During the commit, you must be cautious with sensitive information. Which of the following files should be left out of the commit?
  • Question 80

    Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.