Auto update
This commit is contained in:
Родитель
259f72eb66
Коммит
2cc5280156
|
@ -4,6 +4,7 @@
|
|||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Bump github.com/Azure/terraform-module-test-helper from 0.13.0 to 0.14.0 in /test [\#33](https://github.com/Azure/terraform-azurerm-database/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- New variable to control whether to create the resource group or not. [\#30](https://github.com/Azure/terraform-azurerm-database/pull/30) ([lonegunmanb](https://github.com/lonegunmanb))
|
||||
- Ensure SQL servers can configure Azure Active Directory admin [\#26](https://github.com/Azure/terraform-azurerm-database/pull/26) ([lonegunmanb](https://github.com/lonegunmanb))
|
||||
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
## 06 Jun 23 08:38 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
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 04 Jun 23 00:17 UTC
|
||||
|
||||
Success: true
|
||||
|
|
6
main.tf
6
main.tf
|
@ -14,7 +14,7 @@ resource "azurerm_resource_group" "rg" {
|
|||
avm_git_last_modified_at = "2023-05-30 07:48:14"
|
||||
avm_git_org = "Azure"
|
||||
avm_git_repo = "terraform-azurerm-database"
|
||||
avm_yor_trace = "44b1d744-f34e-422b-91d8-3d853bc3645b"
|
||||
avm_yor_trace = "9b256485-35a5-491e-9918-de382aa82e16"
|
||||
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
|
||||
avm_yor_name = "rg"
|
||||
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
|
||||
|
@ -39,7 +39,7 @@ resource "azurerm_sql_database" "db" {
|
|||
avm_git_last_modified_at = "2023-05-30 07:48:14"
|
||||
avm_git_org = "Azure"
|
||||
avm_git_repo = "terraform-azurerm-database"
|
||||
avm_yor_trace = "fbbc3e92-f5fc-4173-bd85-58423189e5d8"
|
||||
avm_yor_trace = "5e5b9c85-1dd9-466a-848d-5a35f2397676"
|
||||
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
|
||||
avm_yor_name = "db"
|
||||
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
|
||||
|
@ -62,7 +62,7 @@ resource "azurerm_sql_server" "server" {
|
|||
avm_git_last_modified_at = "2023-05-30 07:48:14"
|
||||
avm_git_org = "Azure"
|
||||
avm_git_repo = "terraform-azurerm-database"
|
||||
avm_yor_trace = "53033ef9-ced3-4a5f-a17b-d56cf9817bea"
|
||||
avm_yor_trace = "6f19f205-825b-49b9-aa34-0660c139c85b"
|
||||
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
|
||||
avm_yor_name = "server"
|
||||
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
|
||||
|
|
Загрузка…
Ссылка в новой задаче