We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ac095 commit 09fa7adCopy full SHA for 09fa7ad
scenarios/AksOpenAiTerraform/terraform/main.tf
@@ -109,7 +109,7 @@ module "aks_cluster" {
109
110
module "container_registry" {
111
source = "./modules/container_registry"
112
- name = "azure-container-registry"
+ name = "acr${local.random_id}"
113
location = var.location
114
resource_group_name = azurerm_resource_group.rg.name
115
scenarios/AksOpenAiTerraform/terraform/variables.tf
@@ -5,7 +5,7 @@ variable "resource_group_name_prefix" {
5
6
variable "location" {
7
type = string
8
- default = "westus2"
+ default = "westus"
9
}
10
11
variable "kubernetes_version" {
0 commit comments