You have provisioned some virtual machines (VMs) on Google Cloud Platform (GCP) using the gcloud command line tool. However, you are standardizing withTerraform and want to manage these VMs using Terraform instead.What are the two things you must do to achieve this? (Choose two.)
You have recently started a new job at a retailer as an engineer. As part of this new role, you have been tasked with evaluating multiple outages that occurred during peak shopping time during the holiday season. Your investigation found that the team is manually deploying new compute instances and configuring each compute instance manually. This has led to inconsistent configuration between each compute instance.How would you solve this using infrastructure as code?
terraform init initializes a sample main.tf file in the current directory.
Which two steps are required to provision new infrastructure in the Terraform workflow? (Choose two.)
Why would you use the terraform taint command?
The terraform.tfstate file always matches your currently built infrastructure.