Question 61

Given the below resource configuration -
resource "aws_instance" "web" { # ... count = 4 }
What does the terraform resource address aws_instance.web refer to?
  • Question 62

    Which parameters does terraform import require? Choose two correct answers.
  • Question 63

    Which of these options is the most secure place to store secrets foe connecting to a Terraform remote backend?
  • Question 64

    What are the benefits of using Infrastructure as Code? (select five)
  • Question 65

    How can you ensure that the engineering team who has access to git repo will not create any non-compliant resources that might lead to a security audit failure in future. your team is using Hashicorp Terraform Enterprise Edition.