Skip to content

Commit daa90e0

Browse files
committed
add providers
1 parent 6fe4bd3 commit daa90e0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/machine-learning/how-to-manage-workspace-terraform.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: devx-track-terraform
99
ms.author: deeikele
1010
author: denniseik
1111
ms.reviewer: larryfr
12-
ms.date: 06/17/2024
12+
ms.date: 06/25/2024
1313
ms.topic: how-to
1414
ms.tool: terraform
1515
---
@@ -36,10 +36,14 @@ A Terraform configuration file is a document that defines the resources needed f
3636

3737
## Create the workspace
3838

39-
First, declare the Azure provider in a file named *main.tf* that has the following code.
39+
Create a file named *main.tf* that has the following code.
4040

4141
:::code language="terraform" source="~/terraform/quickstart/101-machine-learning/main.tf":::
4242

43+
Declare the Azure provider in a file named *providers.tf* that has the following code.
44+
45+
:::code language="terraform" source="~/terraform/quickstart/101-machine-learning/providers.tf":::
46+
4347
### Configure the workspace
4448

4549
To create an Azure Machine Learning workspace, use one of the following Terraform configurations. An Azure Machine Learning workspace requires various other services as dependencies. The template specifies these [associated resources](./concept-workspace.md#associated-resources). Depending on your needs, you can choose to use a template that creates resources with either public or private network connectivity.

0 commit comments

Comments
 (0)