From 351c6bed79abbb40e461d3f7d49fe4cf20bced41 Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Fri, 16 Sep 2016 09:47:54 -0700 Subject: [PATCH] Minor typo in aws_default_security_group docs. --- .../docs/providers/aws/r/default_security_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/default_security_group.html.markdown b/website/source/docs/providers/aws/r/default_security_group.html.markdown index 1de7e8506..b2c1d3825 100644 --- a/website/source/docs/providers/aws/r/default_security_group.html.markdown +++ b/website/source/docs/providers/aws/r/default_security_group.html.markdown @@ -11,7 +11,7 @@ description: |- Provides a resource to manage the default AWS Security Group. For EC2 Classic accounts, each region comes with a Default Security Group. -Additionall, each VPC created in AWS comes with a Default Security Group that can be managed, but not +Additionally, each VPC created in AWS comes with a Default Security Group that can be managed, but not destroyed. **This is an advanced resource**, and has special caveats to be aware of when using it. Please read this document in its entirety before using this resource.