Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Dec 13, 2023
1 parent 863672d commit 3e772dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/workspace_services/openai/terraform/openai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ resource "azurerm_private_endpoint" "openai_private_endpoint" {

private_dns_zone_group {
# name = module.terraform_azurerm_environment_configuration.private_links["privatelink.mysql.database.azure.com"]
name = "privatelink.openai.azure.com"
private_dns_zone_ids = [azurerm_private_dns_zone.openai.id]
name = "privatelink.openai.azure.com"
private_dns_zone_ids = [azurerm_private_dns_zone.openai.id]
}

lifecycle { ignore_changes = [tags] }
Expand Down

0 comments on commit 3e772dc

Please sign in to comment.