Update TestRecord

This commit is contained in:
github-actions[bot]
2023-02-05 00:50:39 +00:00
parent 62c65dcf48
commit aa014f1118
65 changed files with 1962 additions and 0 deletions

View File

@ -0,0 +1,95 @@
## 05 Feb 23 00:14 UTC
Success: false
### Versions
### Error
╷
│ 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.
╵

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.
╷
│ 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".
╵

---