Skip to content

Commit

Permalink
Merge pull request #889 from gruntwork-io/brikis98-patch-1
Browse files Browse the repository at this point in the history
Fix link in README to test code
  • Loading branch information
brikis98 authored May 3, 2021
2 parents 59f4886 + 3f9d03e commit 3f39495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/terraform-gcp-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f39495

Please sign in to comment.