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...
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...
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...
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?...
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...
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...
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...
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...