Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 6, 2023
1 parent c7ac1f8 commit 109970e
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [\#127](https://github.com/Azure/terraform-azurerm-vnet/pull/127) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add vNet GUID to outputs [\#123](https://github.com/Azure/terraform-azurerm-vnet/pull/123) ([Dennizz](https://github.com/Dennizz))
- Add toggle variables that trigger yorbox [\#119](https://github.com/Azure/terraform-azurerm-vnet/pull/119) ([lonegunmanb](https://github.com/lonegunmanb))
- Bump github.com/Azure/terraform-module-test-helper from 0.12.0 to 0.13.0 in /test [\#116](https://github.com/Azure/terraform-azurerm-vnet/pull/116) ([dependabot[bot]](https://github.com/apps/dependabot))
Expand Down
17 changes: 17 additions & 0 deletions examples/all_default/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 06 Jun 23 08:46 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



---

## 26 May 23 12:18 UTC

Success: true
Expand Down
17 changes: 17 additions & 0 deletions examples/complete/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 06 Jun 23 08:45 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



---

## 26 May 23 12:18 UTC

Success: true
Expand Down
17 changes: 17 additions & 0 deletions examples/new_route/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 06 Jun 23 08:43 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



---

## 26 May 23 12:15 UTC

Success: true
Expand Down
18 changes: 18 additions & 0 deletions examples/new_security_rule/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 06 Jun 23 08:40 UTC

Success: true

### Versions

Terraform v1.4.6
on linux_amd64
+ provider registry.terraform.io/anschoewe/curl v1.0.2
+ provider registry.terraform.io/hashicorp/azurerm v3.59.0
+ provider registry.terraform.io/hashicorp/random v3.3.2

### Error



---

## 26 May 23 12:27 UTC

Success: true
Expand Down
17 changes: 17 additions & 0 deletions examples/private_link_endpoint/TestRecord.md
Original file line number Diff line number Diff line change
@@ -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.3.2

### Error



---

## 26 May 23 12:24 UTC

Success: true
Expand Down
17 changes: 17 additions & 0 deletions examples/private_link_service/TestRecord.md
Original file line number Diff line number Diff line change
@@ -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



---

## 26 May 23 12:24 UTC

Success: true
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "azurerm_virtual_network" "vnet" {
avm_git_last_modified_at = "2022-11-29 07:03:18"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-vnet"
avm_yor_trace = "855e16b6-a44b-4b85-90cb-42883c1e5d9e"
avm_yor_trace = "86b57188-8f60-4420-a0a9-7998b04fb20b"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_yor_name = "vnet"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
Expand Down

0 comments on commit 109970e

Please sign in to comment.