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,27 @@
## 05 Feb 23 00:26 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.
╷
│ Error: Duplicate variable declaration
│ 
│  on variables.tf line 16:
│  16: variable "resource_group_name" {
│ 
│ A variable named "resource_group_name" was already declared at
│ variables.tf:11,1-31. Variable names must be unique within a module.
╵

---