Question 21

By default, a defined provisioner is a creation-time provisioner.
  • Question 22

    A provider configuration block is required in every Terraform configuration.
    Example:
  • Question 23

    Which of the following can you do with terraform plan? Choose two correct answers.
  • Question 24

    Taint the resource "aws_instance" "baz" resource that lives in module bar which lives in module foo.
  • Question 25

    During a terraform plan, a resource is successfully created but eventually fails during provisioning. What happens to the resource?