HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 22

List of questions
Question 211

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

A child module can always access variables declared in its parent module.
Question 213

You just upgraded the version of a provider in an existing Terraform project. What do you need to do to install the new provider?
Question 214

terraform init retrieves and caches the configuration for all remote modules.
Question 215

Which command does not cause Terraform to refresh its state?
Question 216

What functionality do providers offer in Terraform? (Pick 3 correct responses)
Question 217

You have just developed a new Terraform configuration for two virtual machines with a cloud provider. You would like to create the infrastructure for the first time.
Which Terraform command should you run first?
Question 218

Which of the following is true about terraform apply? (Pick 2 correct responses)
Question 219

When you initialize Terraform, where does it cache modules from the public Terraform Registry?
Question 220

terraform apply will fail if you have not run terraform plan first to update the plan output.
Question