Easy
Consider the following provider version declaration:
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.5.0, < 4.0.0"
}
}
}
Which provider versions is Terraform allowed to install?
Author: Julien WITTOUCKStatus: PublishedQuestion passed 2 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Terraform
0
How to use variables defined in a file when creating an execution plan in Terraform?0
What is the main role of the state in Terraform's architecture?0
What does the `~` symbol mean in front of a resource in a Terraform execution plan?0
What are the true statements about the "sensitive" option in Terraform outputs?0
What is the main advantage of Infrastructure as Code?