Question 11

When Terraform needs to be installed in a location where it does not have internet access to download the
installer and upgrades, the installation is generally known as to be __________.
  • Question 12

    Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
  • Question 13

    Terraform has detailed logs which can be enabled by setting the _________ environmental variable.
  • Question 14

    Why is it a good idea to declare the required version of a provider in a Terraform configuration file?
    1. terraform
    2. {
    3. required_providers
    4. {
    5. aws = "~> 1.0"
    6. }
    7. }
  • Question 15

    Which of the below features of Terraform can be used for managing small differences between different
    environments which can act more like completely separate working directories.