diff --git a/samples/compliance-testing/README.md b/samples/compliance-testing/README.md index 8ec65395..4198cca7 100644 --- a/samples/compliance-testing/README.md +++ b/samples/compliance-testing/README.md @@ -1,3 +1,10 @@ +--- +title: Terraform Compliance Testing +description: This article shows how to apply BDD-style compliance testing to terraform +ms.topic: tutorial +ms.date: 06/15/2020 +--- + # Tutorial: Terraform Compliance Testing Compliance testing, also known as Conformance testing, is a nonfunctional testing technique which is done to validate whether the system developed meets the organization’s prescribed standards or not. Most software teams do an analysis to check that the standards are properly enforced and implemented. Often working simultaneously to improve the standards, which will, in turn, lead to better quality.