## 30 Jul 23 01:23 UTC Success: true ### Versions Terraform v1.5.1 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.67.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 16 Jul 23 00:18 UTC Success: true ### Versions Terraform v1.5.0 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.65.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 09 Jul 23 00:18 UTC Success: true ### Versions Terraform v1.5.0 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.64.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 02 Jul 23 00:12 UTC Success: true ### Versions Terraform v1.5.0 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.63.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 25 Jun 23 00:12 UTC Success: true ### Versions Terraform v1.5.0 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.62.1 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 18 Jun 23 01:32 UTC Success: true ### Versions Terraform v1.4.6 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.61.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 11 Jun 23 00:18 UTC Success: true ### Versions Terraform v1.4.6 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.60.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 04 Jun 23 00:14 UTC Success: true ### Versions Terraform v1.4.6 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.59.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 28 May 23 01:21 UTC Success: true ### Versions Terraform v1.4.5 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.58.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 21 May 23 00:13 UTC Success: true ### Versions Terraform v1.4.5 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.57.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 14 May 23 00:11 UTC Success: false ### Versions Terraform v1.4.5 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.56.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 07 May 23 01:35 UTC Success: true ### Versions Terraform v1.4.5 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.55.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 30 Apr 23 01:35 UTC Success: true ### Versions Terraform v1.4.5 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.54.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 23 Apr 23 00:15 UTC Success: true ### Versions Terraform v1.4.4 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.53.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 16 Apr 23 01:38 UTC Success: true ### Versions Terraform v1.4.3 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.52.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Error --- ## 09 Apr 23 01:46 UTC Success: true ### Versions Terraform v1.4.2 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.51.0 + provider registry.terraform.io/hashicorp/random v3.4.3 ### Error --- ## 02 Apr 23 00:25 UTC Success: true ### Versions Terraform v1.4.1 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.50.0 + provider registry.terraform.io/hashicorp/random v3.4.3 ### Error --- ## 26 Mar 23 00:59 UTC Success: true ### Versions Terraform v1.4.1 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.49.0 + provider registry.terraform.io/hashicorp/random v3.4.3 ### Error --- ## 19 Mar 23 00:30 UTC Success: true ### Versions Terraform v1.4.0 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.48.0 + provider registry.terraform.io/hashicorp/random v3.4.3 ### Error --- ## 12 Mar 23 00:29 UTC Success: true ### Versions Terraform v1.3.8 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.47.0 + provider registry.terraform.io/hashicorp/random v3.4.3 ### Error --- ## 08 Mar 23 15:09 UTC Success: true ### Versions Terraform v1.3.8 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.46.0 + provider registry.terraform.io/hashicorp/random v3.4.3 ### Error --- ## 24 Feb 23 04:01 UTC Success: true ### Versions Terraform v1.3.8 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.44.1 + provider registry.terraform.io/hashicorp/random v3.4.3 ### Error --- ## 19 Feb 23 00:53 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". ╵  --- ## 12 Feb 23 00:39 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". ╵  --- ## 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". ╵  ---