| Exam Code/Number: | VA-002-PJoin the discussion |
| Exam Name: | HashiCorp Certified: Vault Associate Exam |
| Certification: | HashiCorp |
| Question Number: | 202 |
| Publish Date: | May 25, 2026 |
|
Rating
100%
|
|
The userpass auth method has the ability to access external services in order to provide authentication to Vault.
Which Terraform command will check and report errors within modules, attribute names, and value types to make sure they are syntactically valid and internally consistent?
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. }
Which of the following Terraform files should be ignored by Git when committing code to a repo? (select two)
In the example below, where is the value of the DNS record's IP address originating from?
1. resource "aws_route53_record" "www" {
2. zone_id = aws_route53_zone.primary.zone_id
3. name = "www.helloworld.com"
4. type = "A"
5. ttl = "300"
6. records = [module.web_server.instance_ip_addr]
7. }
HashiCorp.VA-002-P.v2024-01-08.q67
Jan 08, 2024
HashiCorp.VA-002-P.v2022-11-18.q73
Nov 18, 2022