Skip to content

Commit

Permalink
Use github note syntax for test warning, correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Jul 2, 2024
1 parent 4c2f328 commit 7afaf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7afaf6f

Please sign in to comment.