provider/aws: Fix other example of vpc_id => id

Also related to #8981.
This commit is contained in:
James Nugent 2016-09-22 09:09:13 +01:00
parent a9dce86bf2
commit a64898e0eb
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