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?
Your root module contains a variable namednum_servers. Which is the correct way to pass its value to a child module with an input namedservers?
What does Terraform not reference when running a terraform apply -refresh-only ?
Which command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?