Question 51

Which argument(s) is (are) required when declaring a Terraform variable?
  • Question 52

    How does Terraform handle working with so many providers?
  • Question 53

    In terraform, most resource dependencies are handled automatically. Which of the following statements describes best how terraform resource dependencies are handled?
  • Question 54

    What kind of resource dependency is stored in terraform.tfstate file?
  • Question 55

    Terraform init can indeed be run only a few times, because, every time terraform init will initialize the project , and download all plugins from the internet repository , regardless of whether they were present or not , and this increases the waiting time