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]" ] ```