Skip to content

Commit a5a36f9

Browse files
author
jslopes
committed
add support vpc peering connections
1 parent 72b9cce commit a5a36f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

variables.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ variable "subnet_cache" {
7777
type = any
7878
default = []
7979
}
80-
80+
variable "vpc_peering_connection" {
81+
type = any
82+
default = []
83+
}

0 commit comments

Comments
 (0)