What is the purpose of using the local-exec provisioner? (select two)

What is the purpose of using the local-exec provisioner? (select two)A . ensures that the resource is only executed in the local infrastructure where Terraform is deployedB . to execute one or more commands on the machine running TerraformC . to invoke a local executableD . executes a command on...

January 8, 2021 No Comments READ MORE +

http://127.0.0.1:8200/v1/sys/tools/random/164

http://127.0.0.1:8200/v1/sys/tools/random/164A . a random string of 164 charactersB . a random token valid for 164 usesC . NoneD . a secured secret based on 164 bytes of dataView AnswerAnswer: A Explanation: This endpoint returns high-quality random bytes of the specified length.

January 8, 2021 No Comments READ MORE +

Please Answer Questions Follow The Prompts Below

rangeA . named valuesB . backendsC . functionsD . data sourcesView AnswerAnswer: C Explanation: The Terraform language includes a number of built-in functions that you can call from within expressions to transform and combine values. The Terraform language does not support user-defined functions, and only the functions built into the...

January 8, 2021 No Comments READ MORE +

True or False:

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.A . TrueB . FalseView AnswerAnswer: B Explanation: The kv enable-versioning command turns on versioning for an...

January 7, 2021 No Comments READ MORE +

What happens when a terraform apply command is executed?

What happens when a terraform apply command is executed?A . applies the changes required in the target infrastructure in order to reach the desired configurationB . creates the execution plan for the deployment of resourcesC . reconciles the state Terraform knows about with the real-world infrastructureD . the backend is...

January 7, 2021 No Comments READ MORE +

True or False? By default, Terraform destroy will prompt for confirmation before proceeding.

True or False? By default, Terraform destroy will prompt for confirmation before proceeding.A . TrueB . FalseView AnswerAnswer: A Explanation: Terraform destroy will always prompt for confirmation before executing unless passed the - auto-approve flag. $ terraform destroy Do you really want to destroy all resources? Terraform will destroy all...

January 7, 2021 No Comments READ MORE +

What does this infer?

After executing a terraform apply, you notice that a resource has a tilde (~) next to it. What does this infer?A . the resource will be destroyed and recreatedB . the resource will be createdC . Terraform can't determine how to proceed due to a problem with the state fileD...

January 7, 2021 No Comments READ MORE +

True or False:

True or False: Multiple providers can be declared within a single Terraform configuration file.A . FalseB . TrueView AnswerAnswer: B Explanation: Multiple provider blocks can exist if a Terraform configuration is composed of multiple providers, which is a common situation. To add multiple providers in your configuration, declare the providers,...

January 7, 2021 No Comments READ MORE +

Which type of Vault replication copies all data from Vault, including K/V data, policies, and client tokens?

Which type of Vault replication copies all data from Vault, including K/V data, policies, and client tokens?A . DR replicationB . performance replicationC . failover replicationD . online replicationView AnswerAnswer: A Explanation: Vault Enterprise supports multi-datacenter deployment where you can replicate data across data centers for performance as well as...

January 6, 2021 No Comments READ MORE +

Using multi-cloud and provider-agnostic tools provides which of the following benefits? (select two)

Using multi-cloud and provider-agnostic tools provides which of the following benefits? (select two)A . operations teams only need to learn and manage a single tool to manage infrastructure, regardless of where the infrastructure is deployedB . slower provisioning speed allows the operations team to catch mistakes before they are appliedC...

January 6, 2021 No Comments READ MORE +