File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
scenarios/AksOpenAiTerraform/terraform Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ module "openai" {
5757 }
5858 }
5959 ]
60- custom_subdomain_name = var . openai_subdomain
60+ custom_subdomain_name = " magic8ball- ${ local . random_id } "
6161
6262 log_analytics_workspace_id = module. log_analytics_workspace . id
6363}
Original file line number Diff line number Diff line change 1+ output "acr_url" {
2+ value = module. container_registry . name
3+ }
Original file line number Diff line number Diff line change @@ -5,12 +5,7 @@ variable "resource_group_name_prefix" {
55
66variable "location" {
77 type = string
8- default = " westus3"
9- }
10-
11- variable "openai_subdomain" {
12- type = string
13- default = " magic8ball-test465544"
8+ default = " westus"
149}
1510
1611variable "kubernetes_version" {
You can’t perform that action at this time.
0 commit comments