Skip to content

Commit 42620de

Browse files
authored
Merge pull request #111141 from TomArcherMsft/tf-406
Terraform: Task 406
2 parents d7dc60d + bac531e commit 42620de

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 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/25/2020
66
---
77

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

9999
- **Terraform module project Name** - A value of `doc-sample-module` is used for the example.
100100

101-
![Project name](media/terraform-vscode-module-generator/ymg-project-name.png)
101+
![Project name](media/terraform-vscode-module-generator/ymg-project-name.png)
102102

103103

104-
- **Would you like to include the Docker image file?** - Enter `y`. If you select `n`, the generated module code will support running only in native mode.
104+
- **Would you like to include the Docker image file?** - Enter `y`. If you enter `n`, the generated module code will support running only in native mode.
105105

106106
![Include Docker image file?](media/terraform-vscode-module-generator/ymg-include-docker-image-file.png)
107107

@@ -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:
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.
@@ -136,6 +136,8 @@ The following files were created by the Yeoman module generator. For more inform
136136
- End-to-end tests attempt to provision all of the items defined under `fixture`. The results in the `template_output.go` file are compared with the pre-defined expected values.
137137
- `Gopkg.lock` and `Gopkg.toml`: Defines the dependencies.
138138

139+
For more information about the Yeoman generator for Azure https://github.com/Azure/generator-az-terra-module, see the [Terratest documentation](https://terratest.gruntwork.io/docs/).
140+
139141
## Test your new Terraform module using a Docker file
140142

141143
This section shows how to test a Terraform module using a Docker file.

0 commit comments

Comments
 (0)