Skip to content

Commit f8e38d4

Browse files
committed
adding references to config file
1 parent 98f8e33 commit f8e38d4

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

.openpublishing.publish.config.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,24 @@
7878
"branch": "master",
7979
"branch_mapping": {}
8080
},
81+
{
82+
"path_to_root": "azure-dev-docs-pr",
83+
"url": "https://github.com/MicrosoftDocs/azure-dev-docs-pr",
84+
"branch": "main",
85+
"branch_mapping": {}
86+
},
87+
{
88+
"path_to_root": "terraform_scripts",
89+
"url": "https://github.com/Azure/terraform/",
90+
"branch": "master",
91+
"branch_mapping": {}
92+
},
8193
{
8294
"path_to_root": "powershell_scripts",
8395
"url": "https://github.com/Azure/azure-docs-powershell-samples",
8496
"branch": "master",
8597
"branch_mapping": {}
86-
},
98+
},
8799
{
88100
"path_to_root": "quickstart-templates",
89101
"url": "https://github.com/Azure/azure-quickstart-templates",

azure-sql/managed-instance/instance-create-terraform.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article shows how to deploy an Azure SQL Managed Instance
2222
in a virtual network (vNet) and a subnet associated with a route table and a network security group
2323
using Terraform.
2424

25-
[!INCLUDE [Terraform abstract](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
25+
[!INCLUDE [Terraform abstract](~/../azure-dev-docs-prarticles/terraform/includes/abstract.md)]
2626

2727
In this article, you learn how to:
2828

@@ -36,7 +36,7 @@ In this article, you learn how to:
3636
3737
## Prerequisites
3838

39-
[!INCLUDE [open-source-devops-prereqs-azure-subscription.md](~/azure-dev-docs-pr/articles/includes/open-source-devops-prereqs-azure-subscription.md)]
39+
[!INCLUDE [open-source-devops-prereqs-azure-subscription.md](~/../azure-dev-docs-prarticles/includes/open-source-devops-prereqs-azure-subscription.md)]
4040

4141
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
4242

@@ -64,26 +64,26 @@ All Terraform procedural articles (quickstart, tutorial) should have a minimum o
6464
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
6565

6666
2. Create a file named `providers.tf` and insert the following code:
67-
[!code-terraform[master](https://github.com/Azure/terraform/blob/master/quickstart/101-managed-instance/providers.tf)]
67+
[!code-terraform[master](~/../terraform_scripts/blob/master/quickstart/101-managed-instance/providers.tf)]
6868

6969
3. Create a file named `main.tf` and insert the following code:
70-
[!code-terraform[master](https://github.com/Azure/terraform/blob/master/quickstart/101-managed-instance/main.tf)]
70+
[!code-terraform[master](~/../terraform_scripts/blob/master/quickstart/101-managed-instance/main.tf)]
7171

7272
4. Create a file named `variables.tf` and insert the following code:
73-
[!code-terraform[master](https://github.com/Azure/terraform/blob/master/quickstart/101-managed-instance/variables.tf)]
73+
[!code-terraform[master](~/../terraform_scripts/blob/master/quickstart/101-managed-instance/variables.tf)]
7474

7575

7676
## Initialize Terraform
7777

78-
[!INCLUDE [terraform-init.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-init.md)]
78+
[!INCLUDE [terraform-init.md](~/../azure-dev-docs-prarticles/terraform/includes/terraform-init.md)]
7979

8080
## Create a Terraform execution plan
8181

82-
[!INCLUDE [terraform-plan.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-plan.md)]
82+
[!INCLUDE [terraform-plan.md](~/../azure-dev-docs-prarticles/terraform/includes/terraform-plan.md)]
8383

8484
## Apply a Terraform execution plan
8585

86-
[!INCLUDE [terraform-apply-plan.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-apply-plan.md)]
86+
[!INCLUDE [terraform-apply-plan.md](~/../azure-dev-docs-prarticles/terraform/includes/terraform-apply-plan.md)]
8787

8888
## Verify the results
8989

@@ -93,7 +93,7 @@ opened filter by status)
9393

9494
## Clean up resources
9595

96-
[!INCLUDE [terraform-plan-destroy.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-plan-destroy.md)]
96+
[!INCLUDE [terraform-plan-destroy.md](~/../azure-dev-docs-prarticles/terraform/includes/terraform-plan-destroy.md)]
9797

9898
## Troubleshoot Terraform on Azure
9999

0 commit comments

Comments
 (0)