Your organization is running Vault open source and has decided it wants to use the Identity secrets engine. You log into Vault but are unable to find it in the list to enable. What gives?
Which two characters can be used when writing a policy to reflect a wildcard or path segment? (select two)
Which of the following allows Terraform users to apply policy as code to enforce standardized configurations for resources being deployed via infrastructure as code?
Select the answer below that completes the following statement:
Terraform Cloud can be managed from the CLI but requires __________?
After encrypting data using the transit secrets engine, you've received the following output. Which of the following is true based upon the output?
1. Key Value
2. --- -----
3. ciphertext vault:v2:45f9zW6cglbrzCjI0yCyC6DBYtSBSxnMgUn9B5aHcGEit71xefPEmmjMbrk3
When configuring a remote backend in Terraform, it might be a good idea to purposely omit some of the required arguments to ensure secrets and other relevant data are not inadvertently shared with others. What are the ways the remaining configuration can be added to Terraform so it can initialize and communicate with the backend? (select three)
When multiple arguments with single-line values appear on consecutive lines at the same nesting level, HashiCorp recommends that you:
You've deployed Vault in your production environment and are curious to understand metrics on your Vault cluster, such as the number of writes to the backend, the status of WALs, and the seal status. What feature would you configure in order to view these metrics?
Choose the correct answer which fixes the syntax of the following Terraform code:
What Terraform command can be used to inspect the current state file?
Vault policies are deny by default
Environment variables can be used to set variables. The environment variables must be in the format "____"_
Select the feature below that best completes the sentence:
The following list represents the different types of __________ available in Terraform.
1. max
2. min
3. join
4. replace
5. list
6. length
7. range
The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at aws/
Which of the following commands will launch the Interactive console for Terraform interpolations?
What are some of the problems of how infrastructure was traditionally managed before Infrastructure as Code? (select three)
Which of the following is not a valid Terraform string function?
In Terraform Enterprise, a workspace can be mapped to how many VCS repos?
When writing the Terraform code, HashiCorp recommends that you use how many spaces between each nesting level?
Which of the following statements best describes the Terraform list(...) type?
True or False?
terraform init cannot automatically download Community providers.
Which of the following is not an activity associated with the Vault transit secrets engine?
Terraform Cloud is more powerful when you integrate it with your version control system (VCS) provider. Select all the supported VCS providers from the answers below. (select four)
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.
Which of the following represents a feature of Terraform Cloud that is NOT free to customers?
What does the following API request return?
1. $ curl \
2. --header "X-Vault-Token: ..." \
3. --request POST \
4. --data @payload.json \
5. http://127.0.0.1:8200/v1/sys/tools/random/164
When creating a dynamic secret in Vault, Vault returns what value that can be used to renew or revoke the lease?
While Terraform is generally written using the HashiCorp Configuration Language (HCL), what another syntax can Terraform be expressed in?
Which of the following actions are performed during a terraform init? (select three)
When administering Vault on a day-to-day basis, why is logging in with the root token, as shown below, a bad idea? (select two).