fix indent

align indentation with the rest of the code.
This commit is contained in:
Michael H. Oshita 2015-03-19 03:45:32 +09:00
parent fd1514dfaf
commit 1979d9b792
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