Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken GCP links #1105

Merged
merged 1 commit into from Apr 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/terraform-gcp-hello-world-example/README.md
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.

Check out [test/terraform_gcp_hello_world_example_test.go](/test/terraform_gcp_hello_world_example_test.go) to see how
Check out [test/terraform_gcp_hello_world_example_test.go](/test/gcp/terraform_gcp_hello_world_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 18.04 Image for
Expand Down
2 changes: 1 addition & 1 deletion examples/terraform-gcp-ig-example/README.md
Expand Up @@ -4,7 +4,7 @@ This folder contains a simple Terraform configuration that deploys resources in
how you can use Terratest to write automated tests for your GCP Terraform code. This module deploys an [Instance Group](
https://cloud.google.com/compute/docs/instance-groups/).

Check out [test/terraform_gcp_ig_example_test.go](/test/terraform_gcp_ig_example_test.go) to see how you can write
Check out [test/terraform_gcp_ig_example_test.go](/test/gcp/terraform_gcp_ig_example_test.go) to see how you can write
automated tests for this module.

Note that the Instance Group in this module doesn't actually do anything; it just runs a cluster of vanilla Ubuntu 16.04
Expand Down