Skip to content

Commit 7dd2b7c

Browse files
committed
change url to terratest docs
1 parent 430c320 commit 7dd2b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/terraform/terraform-vscode-module-generator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Create a Terraform base template in Azure using Yeoman
33
description: Learn how to create a Terraform base template in Azure using Yeoman.
44
ms.topic: tutorial
5-
ms.date: 10/26/2019
5+
ms.date: 04/13/2020
66
---
77

88
# Tutorial: Create a Terraform base template in Azure using Yeoman
@@ -121,7 +121,7 @@ This empty directory is required to be put under $GOPATH/src. For more informati
121121

122122
![Visual Studio Code](media/terraform-vscode-module-generator/ymg-open-in-vscode.png)
123123

124-
The following files were created by the Yeoman module generator. For more information about these files and their usage, see [Terratest in Terraform Modules.](https://mseng.visualstudio.com/VSJava/_git/Terraform?path=%2FTerratest%20Introduction.md&version=GBmaster).
124+
The following files were created by the Yeoman module generator. For more information about these files and their usage, see [Terratest documentation](https://terratest.gruntwork.io/docs/).
125125

126126
- `main.tf` - Defines a module called `random-shuffle`. The input is a `string_list`. The output is the count of the permutations.
127127
- `variables.tf` - Defines the input and output variables used by the module.

0 commit comments

Comments
 (0)