Question from the Terraform : certification training test

Which provider versions is Terraform allowed to install?

Easy

Consider the following provider version declaration:

terraform {
  required_providers {
    ovh = {
      source = "ovh/ovh"
      version = "~>1.0.4"
    }
  }
}

Which provider versions is Terraform allowed to install?

Author: Julien WITTOUCKStatus: PublishedQuestion passed 4 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!