TA-002-P HashiCorp Certified: Terraform Associate

Loading demo links...

Showing 10–12 of 20 questions

Question 10 (Exam Set B)

Which of the following type of variable allows multiple values of several distinct types to be grouped together as a single value?

Select all that apply, then click Submit answer.

  • Map

  • Object

  • Tuple

  • List

Question 11 (Exam Set D)

When you use a remote backend that needs authentication. HashrCorp recommends that you:

Select an option, then click Submit answer.

  • Push your Tefraform configuration to an encrypted git repository

  • Write the authentication credentials in the Terraform configuration files

  • Use partial configuration to load the authentication credentials outside of the Terraform code

  • Keep the Terraform configuration files in a secret store

Question 12 (Exam Set D)

Terraform is currently being used by your organisation to create resources on AWS for the development of a web application. One of your coworkers wants to change the instance type to "t2.large" while keeping the default set values.

What adjustments does the teammate make in order to meet his goal?

Select an option, then click Submit answer.

  • Issue Terraform plan instance.type".t2.large" and it deploys the instance

  • Modify the tf.variableswith the instance type and issue terraform apply

  • Create a new file my.tfvars and add the type of the instance and issue terraform plan and apply

  • Modify the terraform.tfvars with the instance type and issue terraform plan and then terraform apply to deploy the instances