Terraform-Associate-003 Exam Question 71

You have to initialize a Terraform backend before it can be configured.
  • Terraform-Associate-003 Exam Question 72

    You have developed a new cloud-based service that uses proprietary APIs and want to use Terraform to create, manage, and delete users from the service. How can Terraform interact with the service?
  • Terraform-Associate-003 Exam Question 73

    Which command or set of commands will allow you to determine which virtual machine (VM) Terraform is managing?
  • Terraform-Associate-003 Exam Question 74

    You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
    A)

    B)
    C)
    D)
  • Terraform-Associate-003 Exam Question 75

    You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.
    Which variable type could you use for this input?