Skip to content

Commit

Permalink
Merge pull request #1389 from gruntwork-io/ib/docs-fix-example-links
Browse files Browse the repository at this point in the history
docs: update example links to tests
  • Loading branch information
denis256 committed Jan 29, 2024
2 parents 7556978 + c975cf9 commit 770ee4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/azure/terraform-azure-network-example/README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/terraform-aws-ssm-example/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 770ee4a

Please sign in to comment.