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 1c5fa47 commit d4ffd1a
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased](https://github.com/Azure/terraform-azurerm-openai/tree/HEAD)

**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))

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

**Merged pull requests:**
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 @@
## 19 Mar 24 20:25 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



---

## 28 Jan 24 22:47 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 @@
## 19 Mar 24 20:21 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



---

## 28 Jan 24 22:42 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 = "02187d18-a59a-4a40-bc2e-59d532ba054c"
avm_yor_trace = "9b7fbc7e-53c8-4d60-ac78-b3dbf9a67e77"
} /*<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
18 changes: 9 additions & 9 deletions private_endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ resource "azurerm_private_endpoint" "this" {
resource_group_name = data.azurerm_resource_group.pe_vnet_rg[each.key].name
subnet_id = data.azurerm_subnet.pe_subnet[each.key].id
tags = merge(local.tags, (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_git_commit = "89ebd082757e75b1568b79e009c1962ab9f15696"
avm_git_commit = "c8b6b17b0b28a2aa54a3e734b9bd0a0d0ef5c267"
avm_git_file = "private_endpoint.tf"
avm_git_last_modified_at = "2023-06-07 14:06:42"
avm_git_last_modified_at = "2023-05-04 10:08:08"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-openai"
avm_yor_trace = "5eed88a4-f700-462b-bf81-fa006af4c047"
avm_yor_trace = "a1a7ccc1-614f-48ab-8f8a-a1739769872d"
} /*<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 @@ -50,12 +50,12 @@ resource "azurerm_private_dns_zone" "dns_zone" {
name = "privatelink.openai.azure.com"
resource_group_name = data.azurerm_resource_group.this.name
tags = merge(local.tags, (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_git_commit = "89ebd082757e75b1568b79e009c1962ab9f15696"
avm_git_commit = "0dfe2497a0421d4c7abd975088122ab600ce7c3d"
avm_git_file = "private_endpoint.tf"
avm_git_last_modified_at = "2023-06-07 14:06:42"
avm_git_last_modified_at = "2023-05-09 12:30:19"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-openai"
avm_yor_trace = "151ccd1c-0b84-4987-8597-f349ee8b1f1a"
avm_yor_trace = "63703fb8-62c7-485c-ba41-fc36ca4032d9"
} /*<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 @@ -70,12 +70,12 @@ resource "azurerm_private_dns_zone_virtual_network_link" "dns_zone_link" {
virtual_network_id = data.azurerm_virtual_network.vnet[each.key].id
registration_enabled = false
tags = merge(local.tags, (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
avm_git_commit = "89ebd082757e75b1568b79e009c1962ab9f15696"
avm_git_commit = "c8b6b17b0b28a2aa54a3e734b9bd0a0d0ef5c267"
avm_git_file = "private_endpoint.tf"
avm_git_last_modified_at = "2023-06-07 14:06:42"
avm_git_last_modified_at = "2023-05-04 10:08:08"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-openai"
avm_yor_trace = "7615fc21-8488-4239-802b-2062936f3acc"
avm_yor_trace = "5c53ee24-16db-43ae-8ad8-4ed88dd13889"
} /*<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 d4ffd1a

Please sign in to comment.