How can you enable verbose logging to troubleshoot Terraform?
Which task does terraform init not perform?
terraform validate confirms the syntax of Terraform configuration files.
Your root module contains a variable namednum_servers. Which is the correct way to pass its value to a child module with an input namedservers?
The exhibit below shows part of a Terraform configuration you have been asked to update. The name of the Azure Virtual Network should be set to the name of the resource group followed by a dash and the word vnet.
Exhibit:
data " azurerm_resource_group " " example " {
name = var.resource_group_name
}
resource " azurerm_virtual_network " " example " {
name = ______________________
}
Which expression fulfills this requirement?
Which of these statements about Terraform Cloud workspaces is false?
Which of the following is not a way to trigger terraform destroy?
Which of these are benefits of using Sentinel with HCP Terraform/Terraform Cloud? (Pick the 3 correct responses)
Exhibit:
module " web_stack " {
source = " ./modules/web_stack "
}
Your configuration defines the module block shown in the exhibit. The web_stack module accepts an input variable named servers. Which of the following changes to the module block sets the servers variable to the value of 3?
Terraform configuration (including any module references) can contain only one Terraform provider type.
|
PDF + Testing Engine
|
|---|
|
$41.25 |
|
Testing Engine
|
|---|
|
$31.25 |
|
PDF (Q&A)
|
|---|
|
$26.25 |
HashiCorp Free Exams |
|---|
|