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
2. Change to the root of your module repository and run `./avm docscheck` (Linux/MacOs) / `avm.bat docscheck` (Windows) to verify the container image is working as expected or needs to be pulled first. You will need this later.
162
+
2. Change to the root of your module repository and run `./avm docscheck` (Linux/MacOs) / `./avm docscheck` (Windows) to verify the container image is working as expected or needs to be pulled first. You will need this later.
163
163
164
164

165
165
@@ -201,8 +201,8 @@ The following commands will run all pre-commit checks and the pr-check.
201
201
./avm pr-check
202
202
203
203
## Windows
204
-
avm.bat pre-commit
205
-
avm.bat pr-check
204
+
./avm pre-commit
205
+
./avm pr-check
206
206
```
207
207
208
208
#### 4.2 Run e2e tests
@@ -211,7 +211,7 @@ Currently you have two options to run e2e tests:
211
211
212
212
{{% notice style="note" %}}
213
213
214
-
With the help of the [avm](https://github.com/Azure/terraform-azurerm-avm-template/blob/main/avm) script and the commands `./avm test-example` (Linux/MacOs) / `avm.bat test-example` (Windows) you will be able to run it in a more simplified way. Currently the `test-example`command is not completely ready yet and will be released soon. Therefore please use the below docker commandfor now.
214
+
With the help of the [avm](https://github.com/Azure/terraform-azurerm-avm-template/blob/main/avm) script and the commands `./avm test-example` (Linux/MacOs) / `./avm test-example` (Windows) you will be able to run it in a more simplified way. Currently the `test-example`command is not completely ready yet and will be released soon. Therefore please use the below docker commandfor now.
0 commit comments