You have declared a variable called var.list which is a list of objects that all have an attribute id . Which options will produce a list of the IDs? Choose two correct answers.
What does Terraform not reference when running a terraform apply -refresh-only ?
How does the Terraform cloud integration differ from other state backends such as S3, Consul,etc?
Outside of the required_providers block, Terraform configurations always refer to providers by their local names.
You have never used Terraform before and would like to test it out using a shared team account for a cloud provider. The shared team account already contains 15 virtual machines (VM). You develop a Terraform configuration containing one VM. perform terraform apply, and see that your VM was created successfully. What should you do to delete the newly-created VM with Terraform?
When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
A)
B)
C)
D)
You're building a CI/CD (continuous integration/continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
What Terraform command always causes a state file to be updated with changes that might have been made outside of Terraform?
How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
You want to know from which paths Terraform is loading providers referenced in your Terraform configuration (* files). You need to enable additional logging messages to find this out. Which of the following would achieve this?
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
What type of block is used to construct a collection of nested configuration blocks?
In a Terraform Cloud workpace linked to a version control repository speculative plan rum start automatically commit changes to version control.