From 3f9d03e910245439d348690fe1194321a5bc0501 Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman Date: Mon, 3 May 2021 10:30:32 +0100 Subject: [PATCH] Fix link in README to test code Fixes #878. --- examples/terraform-gcp-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/terraform-gcp-example/README.md b/examples/terraform-gcp-example/README.md index b0aa58dd5..fdd2d2a81 100644 --- a/examples/terraform-gcp-example/README.md +++ b/examples/terraform-gcp-example/README.md @@ -5,7 +5,7 @@ how you can use Terratest to write automated tests for your GCP Terraform code. Instance](https://cloud.google.com/compute/) and gives that Instance a `Name` with the value specified in the `instance_name` variable. It also creates a Cloud Storage Bucket using the `bucket_name` and `bucket_location` variables. -Check out [test/terraform_gcp_example_test.go](/test/terraform_gcp_example_test.go) to see how you can write +Check out [test/terraform_gcp_example_test.go](/test/gcp/terraform_gcp_example_test.go) to see how you can write automated tests for this module. Note that the Compute Instance in this module doesn't actually do anything; it just runs a Vanilla Ubuntu 16.04 Image for