Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit 02a5997

Browse files
authored
Update README.md
Add memo element to README indicating no active development Ref: https://github.com/terraform-providers/terraform-provider-opc/blob/master/README.md
1 parent 1abce18 commit 02a5997

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
| :memo: | This provider is no longer maintained by HashiCorp. |
2+
|---------------|:------------------------|
3+
14
# Terraform Provider: Assert
25

36
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 [Continuous 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.

0 commit comments

Comments
 (0)