Merge pull request #1241 from ijin/patch-1

website: fix indent
This commit is contained in:
Mitchell Hashimoto 2015-03-18 20:38:10 +01:00
commit c57325fc5f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Basic usage
``` ```
resource "aws_security_group" "allow_all" { resource "aws_security_group" "allow_all" {
name = "allow_all" name = "allow_all"
description = "Allow all inbound traffic" description = "Allow all inbound traffic"
ingress { ingress {
from_port = 0 from_port = 0