Skip to content

Commit

Permalink
Merge pull request #15 from datagovsg/vpc-peering
Browse files Browse the repository at this point in the history
Remove requestor and acceptor clauses from peering
  • Loading branch information
chrissng authored Feb 5, 2018
2 parents 9c02cef + 01b41ca commit 09fb080
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ resource "aws_vpc_peering_connection" "to_peer" {
peer_vpc_id = "${var.peer_id}"
vpc_id = "${aws_vpc.deploy.id}"

requester {
allow_remote_vpc_dns_resolution = true
}

accepter {
allow_remote_vpc_dns_resolution = true
}

tags {
Name = "VPC Peering between L Cloud and GDS-PDD-VPN"
}
Expand Down

0 comments on commit 09fb080

Please sign in to comment.