## 05 Feb 23 00:14 UTC Success: false ### Versions ### Error There are some problems with the configuration, described below. The Terraform configuration must be valid before initialization so that Terraform can determine which modules and providers need to be installed. ╷ │ Warning: Version constraints inside provider configuration blocks are deprecated │  │  on main.tf line 2, in provider "azurerm": │  2: version = "=1.36.0" │  │ 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. ╵  ╷ │ Error: Invalid quoted type constraints │  │  on variables.tf line 2, in variable "name": │  2: type = "string" │  │ Terraform 0.11 and earlier required type constraints to be given in quotes, │ but that form is now deprecated and will be removed in a future version of │ Terraform. Remove the quotes around "string". ╵  ╷ │ Error: Invalid quoted type constraints │  │  on variables.tf line 8, in variable "environment": │  8: type = "string" │  │ Terraform 0.11 and earlier required type constraints to be given in quotes, │ but that form is now deprecated and will be removed in a future version of │ Terraform. Remove the quotes around "string". ╵  ╷ │ Error: Invalid quoted type constraints │  │  on variables.tf line 14, in variable "location": │  14: type = "string" │  │ Terraform 0.11 and earlier required type constraints to be given in quotes, │ but that form is now deprecated and will be removed in a future version of │ Terraform. Remove the quotes around "string". ╵  ╷ │ Error: Invalid quoted type constraints │  │  on variables.tf line 20, in variable "dns_prefix": │  20: type = "string" │  │ Terraform 0.11 and earlier required type constraints to be given in quotes, │ but that form is now deprecated and will be removed in a future version of │ Terraform. Remove the quotes around "string". ╵  ╷ │ Error: Invalid quoted type constraints │  │  on variables.tf line 26, in variable "plan_tier": │  26: type = "string" │  │ Terraform 0.11 and earlier required type constraints to be given in quotes, │ but that form is now deprecated and will be removed in a future version of │ Terraform. Remove the quotes around "string". ╵  ╷ │ Error: Invalid quoted type constraints │  │  on variables.tf line 32, in variable "plan_sku": │  32: type = "string" │  │ Terraform 0.11 and earlier required type constraints to be given in quotes, │ but that form is now deprecated and will be removed in a future version of │ Terraform. Remove the quotes around "string". ╵  ---