Skip to content
This repository was archived by the owner on Oct 7, 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 Mar 20, 2024
1 parent 96af5fd commit 818d190
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**Merged pull requests:**

- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /test [\#67](https://github.com/Azure/terraform-azurerm-openai/pull/67) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump github.com/Azure/terraform-module-test-helper from 0.17.0 to 0.19.0 in /test [\#66](https://github.com/Azure/terraform-azurerm-openai/pull/66) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v0.1.3](https://github.com/Azure/terraform-azurerm-openai/tree/v0.1.3) (2024-01-28)

Expand Down
18 changes: 18 additions & 0 deletions examples/azureopenai-private-endpoints/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 20 Mar 24 13:30 UTC

Success: true

### Versions

Terraform v1.7.5
on linux_amd64
+ provider registry.terraform.io/azure/modtm v0.2.0
+ provider registry.terraform.io/hashicorp/azurerm v3.96.0
+ provider registry.terraform.io/hashicorp/random v3.6.0

### Error



---

## 19 Mar 24 20:25 UTC

Success: true
Expand Down
18 changes: 18 additions & 0 deletions examples/azureopenai-public-endpoint/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 20 Mar 24 13:28 UTC

Success: true

### Versions

Terraform v1.7.5
on linux_amd64
+ provider registry.terraform.io/azure/modtm v0.2.0
+ provider registry.terraform.io/hashicorp/azurerm v3.96.0
+ provider registry.terraform.io/hashicorp/random v3.6.0

### Error



---

## 19 Mar 24 20:21 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 @@ -30,7 +30,7 @@ resource "azurerm_cognitive_account" "this" {
avm_git_last_modified_at = "2023-05-19 09:48:38"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-openai"
avm_yor_trace = "9b7fbc7e-53c8-4d60-ac78-b3dbf9a67e77"
avm_yor_trace = "e2c2b228-792d-49bd-8288-f1b36a1e03e2"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_yor_name = "this"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
Expand Down
6 changes: 3 additions & 3 deletions private_endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "azurerm_private_endpoint" "this" {
avm_git_last_modified_at = "2023-05-04 10:08:08"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-openai"
avm_yor_trace = "a1a7ccc1-614f-48ab-8f8a-a1739769872d"
avm_yor_trace = "2e42fbd8-43da-4819-8e30-6fc50dbe8f6e"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_yor_name = "this"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
Expand Down Expand Up @@ -55,7 +55,7 @@ resource "azurerm_private_dns_zone" "dns_zone" {
avm_git_last_modified_at = "2023-05-09 12:30:19"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-openai"
avm_yor_trace = "63703fb8-62c7-485c-ba41-fc36ca4032d9"
avm_yor_trace = "0d6ece2f-5c31-4ede-9f76-449579afd3e8"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_yor_name = "dns_zone"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
Expand All @@ -75,7 +75,7 @@ resource "azurerm_private_dns_zone_virtual_network_link" "dns_zone_link" {
avm_git_last_modified_at = "2023-05-04 10:08:08"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-openai"
avm_yor_trace = "5c53ee24-16db-43ae-8ad8-4ed88dd13889"
avm_yor_trace = "5baea013-1fdb-41d8-a0bd-eed1d5359e62"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_yor_name = "dns_zone_link"
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
Expand Down

0 comments on commit 818d190

Please sign in to comment.