Merge branch 'master' of github.com:hashicorp/terraform
This commit is contained in:
commit
a936170e25
|
@ -70,7 +70,7 @@ resource "aws_vpc" "mainvpc" {
|
|||
}
|
||||
|
||||
resource "aws_default_security_group" "default" {
|
||||
vpc_id = "${aws_vpc.mainvpc.vpc_id}"
|
||||
vpc_id = "${aws_vpc.mainvpc.vpc}"
|
||||
|
||||
ingress {
|
||||
protocol = -1
|
||||
|
|
Loading…
Reference in New Issue