You want to create a string that is a combination of a generated random_id and a variable, and reuse that string several times in your configuration.
What is the simplest correct way to implement this without repeating the random_id and variable?
A Terraform configuration returns errors when you run terraform plan. How would you enable debug logging to investigate further?
In a Terraform Cloud workpace linked to a version control repository speculative plan rum start automatically commit changes to version control.
You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.
Which variable type could you use for this input?
Terraform variables and outputs that set the description argument will store that description in the state file.
When do changes invoked by terraform apply take effect?
Before you can use a new backend or HCP Terraform/Terraform Cloud integration, you must first execute terraform init.
When you run terraform apply, the Terraform CLI will print output values from both the root module and any child modules.
Which parameters does the import block require? (Pick the 2 correct responses below.)
You provisioned virtual machines (VMs) on Google Cloud Platform using the gcloud command-line tool.
What must be done to manage these VMs using Terraform instead? Pick the two correct responses.