From e8efc8f160fb23b256c175b599372d1f931fb6bf Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Wed, 25 Sep 2024 14:27:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 956a2c0..313c36b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Terraform Provider: Assert -The [Assert Terraform provider]((https://registry.terraform.io/providers/hashicorp/assert/latest/docs)) is intended for use when writing [Terraform tests](https://developer.hashicorp.com/terraform/language/tests). It serves as a way to verify that the values in your Terraform configuration meet specific criteria. The provider only contains functions to assert values, and does not manage any resources. +The [Assert Terraform provider]((https://registry.terraform.io/providers/hashicorp/assert/latest/docs)) is intended for use when writing [Terraform Tests](https://developer.hashicorp.com/terraform/language/tests), [Variable Validation](https://developer.hashicorp.com/terraform/language/values/variables#custom-validation-rules), [Preconditions and Postconditions](https://developer.hashicorp.com/terraform/language/expressions/custom-conditions#preconditions-and-postconditions), or [Continiuous Validation](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/health#continuous-validation). It serves as a way to verify that the values in your Terraform configuration meet specific criteria. The provider only contains functions to assert values, and does not manage any resources. * [Terraform Registry](https://registry.terraform.io/providers/hashicorp/assert/latest/docs) * [Contributor Guide](https://hashicorp.github.io/terraform-provider-assert/)