What is the Terraform style convention for indenting a nesting level compared to the one above it?
You can reference a resource created with for_each using a Splat ( *) expression.
You have created a main.tf Terraform configuration consisting of an application server, a database and a load balanced. You ran terraform apply and Terraform created all of the resources successfully.
Now you realize that you do not actually need the load balancer, so you run terraform destroy without any flags. What will happen?
How do you specify a module’s version when publishing it to the public terraform Module Registry?
How would you output returned values from a child module in the Terraform CLI output?
Which two steps are required to provision new infrastructure in the Terraform workflow?
(Pick the 2 correct responses below)
In Terraform HCL, an object type of object({name=string, age-number}) would match this value.
