examples: unify the configuration file syntax

This commit is contained in:
Christian Berendt 2015-08-31 10:19:02 +02:00
parent 3f7c3a92c3
commit 6e92813daa
26 changed files with 372 additions and 375 deletions

View File

@ -66,4 +66,3 @@ resource "aws_instance" "web" {
Name = "eip-example"
}
}

View File

@ -55,10 +55,8 @@ resource "aws_security_group" "elb" {
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
}
}
resource "aws_elb" "web" {
name = "example-elb"