A developer accidentally launched a VM (virtual machine) outside of the Terraform workflow and ended up with two servers with the same name. They don ' t know which VM Terraform manages but do have a list of all active VM IDs.
Which of the following methods could you use to discover which instance Terraform manages?
Which argument can you set on a module block to prevent Terraform from updating the module’s configuration during an init or get operation?
A developer on your team is going to leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu[l] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
Which of the following is not a key principle of infrastructure as code?
Why would you use the -replace flag for terraform apply?
You can install community and partner plugins using terraform init.
What does state looking accomplish?
What is the provider for this resource?
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?
One cloud block always maps to a single HCP Terraform/Terraform Cloud workspace.