Skip to content

Commit 3fb7ebf

Browse files
committed
updated
1 parent a40fa22 commit 3fb7ebf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-foundry/how-to/create-hub-terraform.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Use Terraform to create an Azure AI Foundry hub'
33
description: In this article, you create an Azure AI Foundry hub, an Azure AI Foundry project, an AI services resource, and more resources.
44
ms.topic: how-to
5-
ms.date: 02/12/2025
5+
ms.date: 03/07/2025
66
titleSuffix: Azure AI Foundry
77
ms.service: azure-ai-foundry
88
manager: scottpolly
@@ -40,27 +40,27 @@ In this article, you use Terraform to create an [Azure AI Foundry](https://ai.az
4040
## Implement the Terraform code
4141

4242
> [!NOTE]
43-
> The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-ai-studio). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-ai-studio/TestRecord.md). You may need to update the resource provider versions used in the template to use the latest available versions.
43+
> The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-ai-foundry). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-ai-foundry/TestRecord.md). You may need to update the resource provider versions used in the template to use the latest available versions.
4444
>
4545
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
4646
4747
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
4848

4949
1. Create a file named `providers.tf` and insert the following code.
5050

51-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-ai-studio/providers.tf":::
51+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/providers.tf":::
5252

5353
1. Create a file named `main.tf` and insert the following code.
5454

55-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-ai-studio/main.tf":::
55+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/main.tf":::
5656

5757
1. Create a file named `variables.tf` and insert the following code.
5858

59-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-ai-studio/variables.tf":::
59+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/variables.tf":::
6060

6161
1. Create a file named `outputs.tf` and insert the following code.
6262

63-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-ai-studio/outputs.tf":::
63+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/outputs.tf":::
6464

6565
## Initialize Terraform
6666

0 commit comments

Comments
 (0)