From 2ddbde61f8715935859b7555d29efde1e0ec3325 Mon Sep 17 00:00:00 2001 From: Anthony Barbieri Date: Thu, 21 May 2020 20:12:32 -0400 Subject: [PATCH] docs/content small output correction on terraform page Fixes: #1772 Signed-off-by: Anthony Barbieri --- docs/content/terraform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/terraform.md b/docs/content/terraform.md index 00e2d86baa..1e6e791962 100644 --- a/docs/content/terraform.md +++ b/docs/content/terraform.md @@ -858,7 +858,7 @@ This should return one of the two resources. The security group created by the m ```shell [ -"No security groups should be using HTTP , module.http_sg.aws_security_group.this_name_prefix[0] does" +"No security groups should be using HTTP. Resource in violation: module.http_sg.aws_security_group.this_name_prefix[0]" ] ```