Merge pull request #8981 from hashicorp/doc-default-security-group-vpc-id

provider/aws: Change vpc_id to id in documentation
This commit is contained in:
Paul Stack 2016-09-22 08:53:08 +01:00 committed by GitHub
commit c5ce3733ab
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ resource "aws_vpc" "mainvpc" {
}
resource "aws_default_security_group" "default" {
vpc_id = "${aws_vpc.mainvpc.vpc_id}"
vpc_id = "${aws_vpc.mainvpc.id}"
ingress {
protocol = -1