Skip to content

Commit 09fa7ad

Browse files
committed
Fix names + region
1 parent b9ac095 commit 09fa7ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scenarios/AksOpenAiTerraform/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module "aks_cluster" {
109109

110110
module "container_registry" {
111111
source = "./modules/container_registry"
112-
name = "azure-container-registry"
112+
name = "acr${local.random_id}"
113113
location = var.location
114114
resource_group_name = azurerm_resource_group.rg.name
115115

scenarios/AksOpenAiTerraform/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "resource_group_name_prefix" {
55

66
variable "location" {
77
type = string
8-
default = "westus2"
8+
default = "westus"
99
}
1010

1111
variable "kubernetes_version" {

0 commit comments

Comments
 (0)