Question 81

terraform init initializes a sample main.tf file in the current directory.
  • Question 82

    Terraform-specific settings and behaviors are declared in which configuration block type?
  • Question 83

    In order to make a Terraform configuration file dynamic and/or reusable, static values should be converted to use what?
  • Question 84

    Terraform import command can import resources into modules as well directly into the root of your state.
  • Question 85

    You have provisioned some virtual machines (VMs) on Google Cloud Platform (GCP) using the gcloud command line tool. However, you are standardizing with Terraform and want to manage these VMs using Terraform instead.
    What are the two things you must do to achieve this? (Choose two.)