Summary:"Version constraints inside provider configuration blocks are deprecated",
Detail:"Terraform 0.13 and earlier allowed provider version constraints inside the provider configuration block, but that is now deprecated and will be removed in a future version of Terraform. To silence this warning, move the provider version constraint into the required_providers block.",
Summary:"Version constraints are not allowed in test files",
Detail:"Version constraints inside provider configuration blocks are not allowed in test files. To silence this error, move the provider version constraint into the required_providers block of the configuration that uses this provider.",
Subject:attr.Expr.Range().Ptr(),
})
}else{
diags=append(diags,&hcl.Diagnostic{
Severity:hcl.DiagWarning,
Summary:"Version constraints inside provider configuration blocks are deprecated",
Detail:"Terraform 0.13 and earlier allowed provider version constraints inside the provider configuration block, but that is now deprecated and will be removed in a future version of Terraform. To silence this warning, move the provider version constraint into the required_providers block.",