File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,25 +120,25 @@ module "wallet-connect-eu" {
120120 }
121121}
122122
123- module "wallet-connect-us" {
124- source = " ../modules/node-operator"
123+ # module "wallet-connect-us" {
124+ # source = "../modules/node-operator"
125125
126- config = {
127- name = " wallet-connect"
128- secrets_file_path = " ${ path . module } /secrets/wallet-connect-us.sops.json"
129- vpc_cidr_octet = 6 # 10.6.0.0/16
130- smart_contract_address = " 0x352988ff4cee2f218dfd2bf404f06444706af2ea"
131- db = local.db_config
132- nodes = [
133- local.node_config,
134- local.node_config,
135- ]
136- }
126+ # config = {
127+ # name = "wallet-connect"
128+ # secrets_file_path = "${path.module}/secrets/wallet-connect-us.sops.json"
129+ # vpc_cidr_octet = 6 # 10.6.0.0/16
130+ # smart_contract_address = "0x352988ff4cee2f218dfd2bf404f06444706af2ea"
131+ # db = local.db_config
132+ # nodes = [
133+ # local.node_config,
134+ # local.node_config,
135+ # ]
136+ # }
137137
138- providers = {
139- aws = aws.us
140- }
141- }
138+ # providers = {
139+ # aws = aws.us
140+ # }
141+ # }
142142
143143# module "wallet-connect-ap" {
144144# source = "../modules/node-operator"
You can’t perform that action at this time.
0 commit comments