@@ -22,7 +22,7 @@ This article shows how to deploy an Azure SQL Managed Instance
22
22
in a virtual network (vNet) and a subnet associated with a route table and a network security group
23
23
using Terraform.
24
24
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 )]
26
26
27
27
In this article, you learn how to:
28
28
@@ -36,7 +36,7 @@ In this article, you learn how to:
36
36
37
37
## Prerequisites
38
38
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 )]
40
40
41
41
- [ Install and configure Terraform] ( /azure/developer/terraform/quickstart-configure )
42
42
@@ -64,26 +64,26 @@ All Terraform procedural articles (quickstart, tutorial) should have a minimum o
64
64
1 . Create a directory in which to test and run the sample Terraform code and make it the current directory.
65
65
66
66
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)]
68
68
69
69
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)]
71
71
72
72
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)]
74
74
75
75
76
76
## Initialize Terraform
77
77
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 )]
79
79
80
80
## Create a Terraform execution plan
81
81
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 )]
83
83
84
84
## Apply a Terraform execution plan
85
85
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 )]
87
87
88
88
## Verify the results
89
89
@@ -93,7 +93,7 @@ opened filter by status)
93
93
94
94
## Clean up resources
95
95
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 )]
97
97
98
98
## Troubleshoot Terraform on Azure
99
99
0 commit comments