Skip to content

Commit b80cbf0

Browse files
committed
update readme as code review suggested
1 parent 8fca418 commit b80cbf0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ provider "kubernetes" {
122122
}
123123
```
124124

125-
To try the module, please run `terraform apply` command in `examples`'s sub folder.
125+
There're some examples in the examples folder. You can execute `terraform apply` command in `examples`'s sub folder to try the module. These examples are tested against every PR with the [E2E Test](#Pre-Commit--Pr-Check--Test).
126126

127127
## Pre-Commit & Pr-Check & Test
128128

@@ -202,7 +202,6 @@ docker run --rm -v $(pwd):/src -w /src -e TF_VAR_key_vault_firewall_bypass_ip_ci
202202
```
203203

204204
On Windows Powershell:
205-
``
206205
```text
207206
docker run --rm -v ${pwd}:/src -w /src -e TF_VAR_key_vault_firewall_bypass_ip_cidr="<your_cidr>" -e ARM_SUBSCRIPTION_ID -e ARM_TENANT_ID -e ARM_CLIENT_ID -e ARM_CLIENT_SECRET mcr.microsoft.com/azterraform:latest make e2e-test
208207
```

0 commit comments

Comments
 (0)