examples: unify the configuration file syntax
This commit is contained in:
parent
3f7c3a92c3
commit
6e92813daa
|
@ -66,4 +66,3 @@ resource "aws_instance" "web" {
|
|||
Name = "eip-example"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue