You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **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.
@@ -121,7 +121,7 @@ This empty directory is required to be put under $GOPATH/src. For more informati
121
121
122
122

123
123
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:
125
125
126
126
- `main.tf` - Defines a module called `random-shuffle`. The input is a `string_list`. The output is the count of the permutations.
127
127
- `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
136
136
- 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.
137
137
- `Gopkg.lock` and `Gopkg.toml`: Defines the dependencies.
138
138
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
+
139
141
## Test your new Terraform module using a Docker file
140
142
141
143
This section shows how to test a Terraform module using a Docker file.
0 commit comments