Skip to content

Commit

Permalink
Add tags to OpenAI instance
Browse files Browse the repository at this point in the history
  • Loading branch information
harryy94 committed Sep 2, 2024
1 parent 4626b3f commit 3669487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/workspace_services/openai/terraform/openai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "azurerm_cognitive_account" "openai" {
sku_name = "S0"
custom_subdomain_name = "openai-${local.service_resource_name_suffix}"
public_network_access_enabled = var.is_exposed_externally
tags = local.workspace_service_tags

lifecycle { ignore_changes = [tags] }
}
Expand Down

0 comments on commit 3669487

Please sign in to comment.