Skip to content

Commit

Permalink
Merge pull request #1105 from m5lk3n/0416-fix-broken-gcp-links
Browse files Browse the repository at this point in the history
fix broken GCP links
  • Loading branch information
denis256 committed Apr 19, 2022
2 parents 2bac268 + dae1409 commit 5cce2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 5cce2ea

Please sign in to comment.