By default, if you do not define a backend for your configuration, where does Terraform store information about the resources that it manages?
If a module declares a variable with a default, that variable must also be defined within the module.
Which of the following commands would you use to access all of the attributes and details of a resource managed by Terraform?
What is the Terraform style convention for indenting a nesting level compared to the one above it?
You have a simple Terraform configuration containing one virtual machine (VM) in a cloud provider. You run terraform apply and the VM is created successfully. What will happen if you terraform apply again immediately afterward without changing any Terraform code?
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?
Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.