Terraform with AWS Quiz

5 questions Pass: 70% +25 pts

Quiz covering Automation Tools

Terraform with AWS Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which command is used to initialize a new or existing Terraform working directory by downloading necessary provider plugins?

  2. 2

    When defining an AWS resource in Terraform, which block type is used to specify the resource type and a unique local name?

  3. 3

    You have manually deleted an AWS S3 bucket that was managed by Terraform. What happens when you run 'terraform plan' next?

  4. 4

    What is the primary purpose of the terraform.tfstate file?

  5. 5

    You are using a remote backend with S3 and DynamoDB for state locking. If you attempt to run 'terraform apply' while another team member is already running an apply on the same configuration, what will happen?