This commit is contained in:
github-actions[bot] 2023-06-06 09:10:13 +00:00
Родитель fdbc2132bc
Коммит a8a8474d2b
4 изменённых файлов: 41 добавлений и 2 удалений

Просмотреть файл

@ -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 [\#94](https://github.com/Azure/terraform-azurerm-loadbalancer/pull/94) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add tracing tag toggle variables, update tflint config [\#87](https://github.com/Azure/terraform-azurerm-loadbalancer/pull/87) ([lonegunmanb](https://github.com/lonegunmanb))
- \[bugfix\] - Change default value to null to solve the issue [\#85](https://github.com/Azure/terraform-azurerm-loadbalancer/pull/85) ([lonegunmanb](https://github.com/lonegunmanb))
- Bump github.com/Azure/terraform-module-test-helper from 0.12.0 to 0.13.0 in /test [\#82](https://github.com/Azure/terraform-azurerm-loadbalancer/pull/82) ([dependabot[bot]](https://github.com/apps/dependabot))

Просмотреть файл

@ -1,3 +1,20 @@
## 06 Jun 23 08:34 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.3.2
### Error
---
## 04 Jun 23 00:23 UTC
Success: true

Просмотреть файл

@ -1,3 +1,20 @@
## 06 Jun 23 08:35 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.3.2
### Error
---
## 04 Jun 23 00:24 UTC
Success: true

Просмотреть файл

@ -39,7 +39,9 @@ resource "azurerm_public_ip" "azlb" {
avm_git_last_modified_at = "2023-01-16 05:50:14"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-loadbalancer"
avm_yor_trace = "877d606e-5a28-408f-9542-aad1235ab6ff"
avm_yor_trace = "4b18ce8b-437c-4567-be4b-ed2fa814080a"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_yor_name = "azlb"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
zones = var.pip_zones
}
@ -57,7 +59,9 @@ resource "azurerm_lb" "azlb" {
avm_git_last_modified_at = "2023-01-31 02:40:02"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-loadbalancer"
avm_yor_trace = "da181ad6-1a9b-4e9f-9a85-aeb1ad644697"
avm_yor_trace = "42b03ba7-cc8e-4864-87c0-468da1a6383d"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_yor_name = "azlb"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
frontend_ip_configuration {