Skip to content

Commit 0694016

Browse files
Merge pull request #208933 from TomArcherMsft/UserStory1977015
User Story 1977015
2 parents 8ca9363 + b328ef7 commit 0694016

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/mysql/flexible-server/quickstart-create-terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: quickstart
77
author: shreyaaithal
88
ms.author: shaithal
99
ms.custom: devx-track-terraform
10-
ms.date: 5/27/2022
10+
ms.date: 8/23/2022
1111
---
1212

1313
# Quickstart: Use Terraform to create an Azure Database for MySQL - Flexible Server
@@ -52,19 +52,19 @@ In this article, you learn how to deploy an Azure MySQL Flexible Server Database
5252

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

55-
[!code-terraform[master](../../../terraform_samples/quickstart/201-mysql-fs-db/main.tf)]
55+
[!code-terraform[master](~/terraform_samples/quickstart/201-mysql-fs-db/main.tf)]
5656

5757
1. Create a file named `mysql-fs-db.tf` and insert the following code:
5858

59-
[!code-terraform[master](../../../terraform_samples/quickstart/201-mysql-fs-db/mysql-fs-db.tf)]
59+
[!code-terraform[master](~/terraform_samples/quickstart/201-mysql-fs-db/mysql-fs-db.tf)]
6060

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

63-
[!code-terraform[master](../../../terraform_samples/quickstart/201-mysql-fs-db/variables.tf)]
63+
[!code-terraform[master](~/terraform_samples/quickstart/201-mysql-fs-db/variables.tf)]
6464

6565
1. Create a file named `output.tf` and insert the following code:
6666

67-
[!code-terraform[master](../../../terraform_samples/quickstart/201-mysql-fs-db/output.tf)]
67+
[!code-terraform[master](~/terraform_samples/quickstart/201-mysql-fs-db/output.tf)]
6868

6969
## Initialize Terraform
7070

0 commit comments

Comments
 (0)