From dae1409377507bd77719b3792d3ac1fb05bbbb08 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Sat, 16 Apr 2022 22:54:16 +0200 Subject: [PATCH] fix broken GCP links --- examples/terraform-gcp-hello-world-example/README.md | 2 +- examples/terraform-gcp-ig-example/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/terraform-gcp-hello-world-example/README.md b/examples/terraform-gcp-hello-world-example/README.md index 39837cb7b..32323c5cf 100644 --- a/examples/terraform-gcp-hello-world-example/README.md +++ b/examples/terraform-gcp-hello-world-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. -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 diff --git a/examples/terraform-gcp-ig-example/README.md b/examples/terraform-gcp-ig-example/README.md index fd108b984..82f51053a 100644 --- a/examples/terraform-gcp-ig-example/README.md +++ b/examples/terraform-gcp-ig-example/README.md @@ -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