Merge branch 'master' of github.com:hashicorp/terraform

This commit is contained in:
stack72 2016-09-22 09:11:45 +01:00
commit a936170e25
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 1 additions and 1 deletions

View File

@ -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