Skip to content

Commit 770ee4a

Browse files
authored
Merge pull request #1389 from gruntwork-io/ib/docs-fix-example-links
docs: update example links to tests
2 parents 7556978 + c975cf9 commit 770ee4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/azure/terraform-azure-network-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ how you can use Terratest to write automated tests for your Azure Terraform code
1010
- [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.
1111
- [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.
1212

13-
Check out [test/azure/terraform_azure_network_test.go](/test/azure/terraform_azure_network_example_test.go) to see how you can write
13+
Check out [test/azure/terraform_azure_network_example_test.go](/test/azure/terraform_azure_network_example_test.go) to see how you can write
1414
automated tests for this module.
1515

1616
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

examples/terraform-aws-ssm-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This folder contains a simple Terraform module that deploys an instance in [AWS](https://aws.amazon.com/)
44
and registers it in the AWS SSM Catalog to demonstrate how you can use Terratest to write automated tests for your AWS Terraform code.
55

6-
Check out [test/terraform_aws_ssm_example_test.go](/test/terraform_aws_ssm_test.go) to see how
6+
Check out [test/terraform_aws_ssm_example_test.go](/test/terraform_aws_ssm_example_test.go) to see how
77
you can write automated tests for this module.
88

99
**WARNING**: This module and the automated tests for it deploy real resources into your AWS account which can cost you

0 commit comments

Comments
 (0)