Skip to content

Commit ee7b524

Browse files
committed
terraform article
1 parent 6c4d848 commit ee7b524

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,23 @@ The examples used in article use the [AzAPI](#link-to-do) Terraform provider. Si
5050

5151
1. Create a file named `providers.tf` and insert the following code.
5252

53-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/providers.tf":::
53+
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/
54+
15a-private-network-standard-agent-setup/code/providers.tf":::
5455

5556
1. Create a file named `main.tf` and insert the following code.
5657

57-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/main.tf":::
58+
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/
59+
15a-private-network-standard-agent-setup/code/main.tf":::
5860

5961
1. Create a file named `variables.tf` and insert the following code.
6062

61-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/variables.tf":::
63+
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/
64+
15a-private-network-standard-agent-setup/code/variables.tf":::
6265

6366
1. Create a file named `outputs.tf` and insert the following code.
6467

65-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/outputs.tf":::
68+
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/
69+
15a-private-network-standard-agent-setup/code/outputs.tf":::
6670

6771
## Initialize Terraform
6872

0 commit comments

Comments
 (0)