Which of the following commands will launch the Interactive console for Terraform interpolations?
Which flag would be used within a Terraform configuration block to identify the specific version of a provider required?
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. }
After logging into the Vault UI, a user complains that they cannot enable Replication. Why would the replication configuration be missing?
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?