What is the result of the following terraform function call?
lookup({a="hello", b="goodbye"}, "c", "what?")
Which of the following commands will launch the Interactive console for Terraform interpolations?
In order to reduce the time it takes to provision resources, Terraform uses parallelism. By default, how many resources will Terraform provision concurrently?
After a client has authenticated, what security feature is used to make subsequent calls?
Terraform-specific settings and behaviors are declared in which configuration block type?
Environment variables can be used to set variables. The environment variables must be in the format "____"_<variablename>. Select the correct prefix string from the following list.
What feature of Terraform Cloud and/or Terraform Enterprise can you publish and maintain a set of custom modules which can be used within your organization?
True or False:
Similar to how Vault works with databases and cloud providers, the Active Directory secrets engine dynamically generates the account and password for the requesting Vault client.
True or False:
Once you create a KV v1 secrets engine and place data in it, there is no way to modify the mount to include the features of a KV v2 secrets engine.