HashiCorp VA-002-P - HashiCorp Certified: Vault Associate
An application requires a specific key/value to be updated in order to process a batch job. The value should be either "true" or "false". However, when developers have been updating the value, sometimes they mistype the value or capitalize on the value, causing the batch job not to run. What feature of a Vault policy can be used in order to restrict the entry to the required values?
Select the most accurate statement to describe the Terraform language from the following list.
Why is it a good idea to declare the required version of a provider in a Terraform configuration file?
1. terraform {
2. required_providers {
3. aws = "~> 1.0"
4. }
5. }
Which of the following is not an activity associated with the Vault transit secrets engine?
Why might a user opt to include the following snippet in their configuration file?
1. terraform {
2. required_version = ">= 0.12"
3. }
Complete the following sentence:
For the local state, the workspaces are stored directly in a...
Which of the following statements best describes the Terraform list(...) type?
Select all features which are exclusive to Terraform Enterprise. (select three)
Which of the following best describes the default local backend?
Unsealing Vault creates the encryption keys, which is used to unencrypt the data on the storage backend.
