Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix broken link to test file
Browse files Browse the repository at this point in the history
maniSbindra committed Feb 4, 2021
1 parent 78a1263 commit 408ba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/azure/terraform-azure-aks-example/README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ This folder contains a Terraform module that deploys a basic AKS cluster in [Azu

This module deploys [Azure Kubenetes Service](https://azure.microsoft.com/en-us/services/kubernetes-service/), then deploys nginx by a kubernetes yaml file with a Public IP Address using the `Service` resource.

Check out [test/azure/terraform_azure_aks_example_test.go](/test/azure/terraform/azure_aks_example_test.go) to see how you can write automated tests for this module and validate the configuration of the parameters and options.
Check out [test/azure/terraform_azure_aks_example_test.go](/test/azure/terraform_azure_aks_example_test.go) to see how you can write automated tests for this module and validate the configuration of the parameters and options.

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

0 comments on commit 408ba57

Please sign in to comment.