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 runfirst?
Which parameters does the import block require? (Pick the 2 correct responses below.)
Which two steps are required to provision new infrastructure in the Terraform workflow? (Pick the 2 correct responses below.)
What feature stops multiple users from operating on the Terraform state at the same time?
Your Terraform configuration declares a variable. You want to enforce that its value meets your specific requirements, and you want to block the Terraform operation if it does not. What should you add to your configuration?
What kind of configuration block will manage an infrastructure object with settings specified within the block?
Which of the following isnotan advantage of using Infrastructure as Code (IaC) operations?