parent
a9dce86bf2
commit
a64898e0eb
|
@ -70,7 +70,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.vpc}"
|
||||||
|
|
||||||
ingress {
|
ingress {
|
||||||
protocol = -1
|
protocol = -1
|
||||||
|
|
Loading…
Reference in New Issue