Skip to content

Commit e56419f

Browse files
Merge pull request #208943 from TomArcherMsft/UserStory1977015-2
User Story 1977015-2
2 parents 0627505 + 09fd2fa commit e56419f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Article tested with the following Terraform and Terraform provider versions:
2121

2222
[!INCLUDE [About Azure Database for MySQL - Flexible Server](../includes/azure-database-for-mysql-flexible-server-abstract.md)]
2323

24-
In this article, you learn how to deploy an Azure MySQL Flexible Server Database in a virtual network (VNet) using Terraform.
24+
This article shows how to use Terraform to deploy an Azure MySQL Flexible Server Database in a virtual network (VNet).
25+
26+
In this article, you learn how to:
2527

2628
> [!div class="checklist"]
2729
@@ -62,9 +64,9 @@ In this article, you learn how to deploy an Azure MySQL Flexible Server Database
6264

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

65-
1. Create a file named `output.tf` and insert the following code:
67+
1. Create a file named `outputs.tf` and insert the following code:
6668

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

6971
## Initialize Terraform
7072

0 commit comments

Comments
 (0)