Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

VA-002-P Exam Dumps - HashiCorp Certified: Vault Associate

Go to page:
Question # 4

In Terraform Enterprise, a workspace can be mapped to how many VCS repos?

A.

5

B.

3

C.

2

D.

1

Full Access
Question # 5

From the code below, identify the implicit dependency:

1. resource "aws_eip" "public_ip" {

2. vpc = true

3. instance = aws_instance.web_server.id

4. }

5. resource "aws_instance" "web_server" {

6. ami = "ami-2757f631"

7. instance_type = "t2.micro"

8. depends_on = [aws_s3_bucket.company_data]

9. }

A.

The EC2 instance labeled web_server

B.

The EIP with an id of ami-2757f631

C.

The AMI used for the EC2 instance

D.

The S3 bucket labeled company_data

Full Access
Question # 6

What are some of the features of Terraform state? (select three)

A.

inspection of cloud resources

B.

increased performance

C.

mapping configuration to real-world resources

D.

determining the correct order to destroy resources

Full Access
Question # 7

True or False:

State is a requirement for Terraform to function.

A.

True

B.

False

Full Access
Question # 8

When configuring Vault replication and monitoring its status, you keep seeing something called 'WALs'. What are WALs?

A.

wake after lan

B.

warning of allocated logs

C.

write-ahead log

D.

write along logging

Full Access
Go to page: