File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ locals {
164164 }
165165 wallet-connect-2 = {
166166 vpc_cidr_octet = 0 # 10.0.0.0/16
167- vpc_peering_connections = local.vpc_peering_connections
168167 db = local.db_config
169168 nodes = [
170169 local.node_config,
@@ -173,7 +172,6 @@ locals {
173172 }
174173 wallet-connect-3 = {
175174 vpc_cidr_octet = 0 # 10.0.0.0/16
176- vpc_peering_connections = local.vpc_peering_connections
177175 db = local.db_config
178176 nodes = [
179177 local.node_config,
@@ -182,7 +180,6 @@ locals {
182180 }
183181 wallet-connect-4 = {
184182 vpc_cidr_octet = 0 # 10.0.0.0/16
185- vpc_peering_connections = local.vpc_peering_connections
186183 db = local.db_config
187184 nodes = [
188185 local.node_config,
@@ -191,7 +188,6 @@ locals {
191188 }
192189 wallet-connect-5 = {
193190 vpc_cidr_octet = 0 # 10.0.0.0/16
194- vpc_peering_connections = local.vpc_peering_connections
195191 db = local.db_config
196192 nodes = [
197193 local.node_config,
You can’t perform that action at this time.
0 commit comments