Which of these are features of HCP Terraform/Terraform Cloud? (Pick the 2 correct responses)
In a HCP Terraform/Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.
Which of the following isnotan advantage of using Infrastructure as Code (IaC) operations?
You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is the best way to achieve this using Terraform?
Which of these ate secure options for storing secrets for connecting to a Terraform remote backend? Choose two correct answers.
A module block is shown in the Exhibit space of this page. When you use a module block to reference a module from the Terraform Registry such as the one in the example, how do you specify version 1.0.0 of the module?
Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.