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?
What type of information can be found on the Terraform Registry when using published modules?
Which of these ate secure options for storing secrets for connecting to a Terraform remote backend? Choose two correct answers.
A provider configuration block is required in every Terraform configuration.
Example:
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?
Which of these are benefits of using Sentinel with HCP Terraform/Terraform Cloud? (Pick the 3 correct responses)
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 command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?