When should you write Terraform configuration files for existing infrastructure that you want to start managing with Terraform?
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
You have a list of numbers that represents the number of free CPU cores on each virtual cluster:
numcpus = [ 18, 3, 7, 11, 2 ]
What Terraform function could you use to select the largest number from the list?
Terraform variable names are saved in the state file.
You can configure Terraform to log to a file using the TF_LOG environment variable.
Which of the following is not a key principle of infrastructure as code?
You have used Terraform lo create an ephemeral development environment in the (loud and are now ready to destroy all the Infrastructure described by your Terraform configuration To be safe, you would like to first see all the infrastructure that Terraform will delete.
Which command should you use to show all of the resources that mil be deleted? Choose two correct answers.
Which of these are features of Terraform Cloud? Choose two correct answers.
How could you reference an attribute from the vsphere_datacenter data source for use with the datacenter_id argument within the vsphere_folder resource in the following configuration?
Only the user that generated a plan may apply it.