provider/aws: Change vpc_id to id in documentation
This commit is contained in:
parent
947816958b
commit
38b9467dae
|
@ -41,7 +41,7 @@ resource "aws_vpc" "mainvpc" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_default_security_group" "default" {
|
resource "aws_default_security_group" "default" {
|
||||||
vpc_id = "${aws_vpc.mainvpc.vpc_id}"
|
vpc_id = "${aws_vpc.mainvpc.id}"
|
||||||
|
|
||||||
ingress {
|
ingress {
|
||||||
protocol = -1
|
protocol = -1
|
||||||
|
|
Loading…
Reference in New Issue