Terraform-Associate-003 Exam Question 51

What command can you run to generateDOT (Graphviz)formatted data to visualize Terraform dependencies?
  • Terraform-Associate-003 Exam Question 52

    You are writing a child Terraform module that provisions an AWS instance. You want to reference the IP address returned by the child module in the root configuration. You name the instance resource "main'.
    Which of these is the correct way to define the output value?
  • Terraform-Associate-003 Exam Question 53

    Terraform configuration can only call modules from the public registry.
  • Terraform-Associate-003 Exam Question 54

    By default, if you do not define a backend for your configuration, where does Terraform store information about the resources that it manages?
  • Terraform-Associate-003 Exam Question 55

    You created infrastructure outside the Terraform workflow that you now want to manage using Terraform.
    Which command brings the infrastructure into Terraform state?