Skip to content

Commit 6bba988

Browse files
authored
Merge pull request #70 from terraform-google-modules/internal/fix-testing-docs
Add missing updates to README
2 parents 3f7527e + 6b3e1c2 commit 6bba988

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,23 +232,22 @@ Integration tests are run though [test-kitchen](https://github.com/test-kitchen/
232232

233233
Six test-kitchen instances are defined:
234234

235-
- `deploy_service`
236-
- `node_pool`
237-
- `shared_vpc`
238-
- `simple_regional`
239-
- `simple_zonal`
240-
- `stub_domains`
235+
- `deploy-service`
236+
- `node-pool`
237+
- `shared-vpc`
238+
- `simple-regional`
239+
- `simple-zonal`
240+
- `stub-domains`
241241

242242
The test-kitchen instances in `test/fixtures/` wrap identically-named examples in the `examples/` directory.
243243

244244
#### Setup
245245

246246
1. Configure the [test fixtures](#test-configuration)
247247
2. Download a Service Account key with the necessary permissions and put it in the module's root directory with the name `credentials.json`.
248-
3. Build the Docker containers for testing:
248+
3. Build the Docker container for testing:
249249

250250
```
251-
make docker_build_terraform
252251
make docker_build_kitchen_terraform
253252
```
254253
4. Run the testing container in interactive mode:
@@ -257,7 +256,7 @@ The test-kitchen instances in `test/fixtures/` wrap identically-named examples i
257256
make docker_run
258257
```
259258

260-
The module root directory will be loaded into the Docker container at `/cftk/workdir/`.
259+
The module root directory will be loaded into the Docker container at `/cft/workdir/`.
261260
5. Run kitchen-terraform to test the infrastructure:
262261

263262
1. `kitchen create` creates Terraform state and downloads modules, if applicable.

0 commit comments

Comments
 (0)