From c975cf93e4aa75a6c0acb5b22ea02908d5aaea88 Mon Sep 17 00:00:00 2001 From: iangrunt Date: Sun, 28 Jan 2024 17:25:58 -0500 Subject: [PATCH] docs: update example links to tests --- examples/azure/terraform-azure-network-example/README.md | 2 +- examples/terraform-aws-ssm-example/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/azure/terraform-azure-network-example/README.md b/examples/azure/terraform-azure-network-example/README.md index edf057ee0..1880e87ac 100644 --- a/examples/azure/terraform-azure-network-example/README.md +++ b/examples/azure/terraform-azure-network-example/README.md @@ -10,7 +10,7 @@ how you can use Terratest to write automated tests for your Azure Terraform code - [Internal Network Interface](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface) with the name specified in the `network_interface_internal` variable. - [ExternalNetwork Interface](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface) with the name specified in the `network_interface_external` variable. -Check out [test/azure/terraform_azure_network_test.go](/test/azure/terraform_azure_network_example_test.go) to see how you can write +Check out [test/azure/terraform_azure_network_example_test.go](/test/azure/terraform_azure_network_example_test.go) to see how you can write automated tests for this module. Note that the Azure Virtual Network, Subnet, Network Interface and Public IP resources in this module don't actually do anything; it just runs the resources for diff --git a/examples/terraform-aws-ssm-example/README.md b/examples/terraform-aws-ssm-example/README.md index 92a297e20..063db8ba0 100644 --- a/examples/terraform-aws-ssm-example/README.md +++ b/examples/terraform-aws-ssm-example/README.md @@ -3,7 +3,7 @@ This folder contains a simple Terraform module that deploys an instance in [AWS](https://aws.amazon.com/) and registers it in the AWS SSM Catalog to demonstrate how you can use Terratest to write automated tests for your AWS Terraform code. -Check out [test/terraform_aws_ssm_example_test.go](/test/terraform_aws_ssm_test.go) to see how +Check out [test/terraform_aws_ssm_example_test.go](/test/terraform_aws_ssm_example_test.go) to see how you can write automated tests for this module. **WARNING**: This module and the automated tests for it deploy real resources into your AWS account which can cost you