Which Terraform command will force a marked resource to be destroyed and recreated on the next apply?
After issuing the command to delete a secret, you run a vault kv list command but the secret still exists. What command would permanently delete this secret from Vault?
1. $ vault kv delete kv/applications/app01
2. Success! Data deleted (if it existed) at: kv/applications/app01
3. $ vault kv list kv/applications
4. Keys
5. ----
6. app01
After a client has authenticated, what security feature is used to make subsequent calls?
Which of the following is not a valid Terraform string function?