From 7afaf6fa1262d6df07d37d84e739d795c092c098 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 2 Jul 2024 14:06:16 -0400 Subject: [PATCH] Use github note syntax for test warning, correctly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 272721a..7dea733 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ module "egress_space" { ## Testing -> [!WARN] +> [!WARNING] > Tests provision resources in the real world when not using `mock_provider`! Take care that `CF_USER`/`CF_PASSWORD` are set to an account in a suitable non-production space. If other providers, such as the AWS provider, are used, ensure the same care is taken with their credentials in your shell before running `terraform test`. [Terraform tests](https://developer.hashicorp.com/terraform/language/tests) are in progress of being written. To run for any module with a `tests` directory: