Skip to content

Commit 20b5073

Browse files
committed
Fix region
1 parent 0cab934 commit 20b5073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/AksOpenAiTerraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: innovation-engine, linux-related-content
1212
Run terraform to provision all the Azure resources required to setup your new OpenAI website.
1313
```bash
1414
# Terraform parses TF_VAR_* as vars (Ex: TF_VAR_name -> name)
15-
export TF_VAR_location="westus3"
15+
export TF_VAR_location=$REGION
1616
export TF_VAR_kubernetes_version="1.30.9"
1717
export TF_VAR_model_name="gpt-4o-mini"
1818
export TF_VAR_model_version="2024-07-18"

0 commit comments

Comments
 (0)