Question 61

Terraform Cloud is more powerful when you integrate it with your version control system (VCS) provider. Select all the supported VCS providers from the answers below. (select four)
  • Question 62

    Which command is used to initialize Vault after first starting the Vault service?
  • Question 63

    In the example below, the depends_on argument creates what type of dependency?
    1. esource "aws_instance" "example" {
    2. ami = "ami-2757f631"
    3. instance_type = "t2.micro"
    4. depends_on = [aws_s3_bucket.company_data]
    5. }
  • Question 64

    Your organization has moved to AWS and has manually deployed infrastructure using the console. Recently, a decision has been made to standardize on Terraform for all deployments moving forward.
    What can you do to ensure that all existing is managed by Terraform moving forward without interruption to existing services?
  • Question 65

    The Vault Agent provides which of the following benefits? (select three)