Question 11

In order to reduce the time it takes to provision resources, Terraform uses parallelism. By default, how many resources will Terraform provision concurrently?
  • Question 12

    Anyone can publish and share modules on the Terraform Public Module Registry, and meeting the requirements for publishing a module is extremely easy. Select from the following list all valid requirements. (select three)
  • Question 13

    Your manager has instructed you to start using terraform for your day-to-day operations, but your security team is concerned about the terraform state files. They have heard it contains confidential information, and are worried that it will not be securely protected. What should be your response to the security team in this regard?
  • Question 14

    When using multiple configurations of the same Terraform provider, what meta-argument must be included in any non-default provider configurations?
  • Question 15

    You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.
    How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?