Skip to content

Commit

Permalink
Change github URL temporarily in openai terraform as well
Browse files Browse the repository at this point in the history
  • Loading branch information
harryy94 committed Aug 16, 2024
1 parent ae7df84 commit 04376ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions templates/workspace_services/openai/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ provider "azurerm" {
}

module "terraform_azurerm_environment_configuration" {
source = "git::https://github.com/microsoft/terraform-azurerm-environment-configuration.git?ref=0.2.0"
# source = "git::https://github.com/microsoft/terraform-azurerm-environment-configuration.git?ref=0.2.0"
source = "github.com/hippo-digital/terraform-azurerm-environment-configuration"
arm_environment = var.arm_environment
}

Expand All @@ -53,7 +54,7 @@ data "azurerm_subnet" "services" {
resource_group_name = data.azurerm_resource_group.ws.name
}

data "azurerm_private_dns_zone" "openai" {
name = module.terraform_azurerm_environment_configuration.private_links["privatelink.openai.azure.com"]
resource_group_name = local.core_resource_group_name
}
data "azurerm_private_dns_zone" "openai" {
name = module.terraform_azurerm_environment_configuration.private_links["privatelink.openai.azure.com"]
resource_group_name = local.core_resource_group_name
}

0 comments on commit 04376ac

Please sign in to comment.