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 6, 2021 No Comments READ MORE +

Which of the following allows Terraform users to apply policy as code to enforce standardized configurations for resources being deployed via infrastructure as code?

Which of the following allows Terraform users to apply policy as code to enforce standardized configurations for resources being deployed via infrastructure as code?A . functionsB . workspacesC . module registryD . sentinelView AnswerAnswer: D Explanation: Sentinel is an embedded policy-as-code framework integrated with the HashiCorp Enterprise products. It enables...

January 6, 2021 No Comments READ MORE +

What feature could you use to iterate over a list of required tcp ports to add to the new security group?

You have been given requirements to create a security group for a new application. Since your organization standardizes on Terraform, you want to add this new security group with the fewest number of lines of code. What feature could you use to iterate over a list of required tcp ports...

January 6, 2021 No Comments READ MORE +

With the requirements listed below, what would such a policy look like?

An administrator wants to create a new KV mount for individual users to maintain their own secrets but needs a way to simplify the policy so they don't need to write a new one for each new user? With the requirements listed below, what would such a policy look like?...

January 6, 2021 No Comments READ MORE +

Which three interfaces can be used to access Vault? (select three)

Which three interfaces can be used to access Vault? (select three)A . JSONB . CLIC . RPCD . UIE . APIF . ConsulView AnswerAnswer: B,D,E Explanation: Vault has three interfaces available. The API can be used by a user or application, the CLI can be used by a user directly...

January 6, 2021 No Comments READ MORE +

What happens when a terraform plan is executed?

What happens when a terraform plan is executed?A . the backend is initialized and the working directory is preppedB . creates an execution plan and determines what changes are required to achieve the desired state in the configuration files.C . applies the changes required in the target infrastructure in order...

January 6, 2021 No Comments READ MORE +

Please Answer Questions Follow The Prompts Below

}A . this ensures that all Terraform providers are above a certain version to match the application being deployedB . the user wants to ensure that the application being deployed is a minimum version of 0.12C . versions before Terraform 0.12 were not approved by HashiCorp to be used in...

January 6, 2021 No Comments READ MORE +

The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at aws/

The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at aws/A . FalseB . TrueView AnswerAnswer: B Explanation: The lease command groups subcommands for interacting with leases attached to secrets. Subcommands: renew Renews the lease of a secret revoke Revokes leases and...

January 6, 2021 No Comments READ MORE +