Question 66

Which of the following is the right substitute for static values that can make Terraform configuration file more
dynamic and reusable?
  • Question 67

    Select the answer below that completes the following statement: Terraform Cloud can be managed from the
    CLI but requires __________?
  • Question 68

    A user has created a module called "my_test_module" and committed it to GitHub. Over time, several
    commits have been made with updates to the module, each tagged in GitHub with an incremental version
    number. Which of the following lines would be required in a module configuration block in terraform to select
    tagged version v1.0.4?
  • Question 69

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

    By default, where does Terraform store its state file?