File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -153,5 +153,6 @@ module "devnet" {
153153 vpc_cidr_block = var. vpc_cidr_block
154154 public_subnet_cidrs = var. public_subnet_cidrs
155155 pot_external_entropy = var. pot_external_entropy
156+ private_key_path = var. private_key_path
156157
157158}
Original file line number Diff line number Diff line change @@ -153,5 +153,6 @@ module "mainnet" {
153153 vpc_cidr_block = var. vpc_cidr_block
154154 public_subnet_cidrs = var. public_subnet_cidrs
155155 pot_external_entropy = var. pot_external_entropy
156+ private_key_path = var. private_key_path
156157
157158}
Original file line number Diff line number Diff line change @@ -152,5 +152,6 @@ module "taurus" {
152152 vpc_cidr_block = var. vpc_cidr_block
153153 public_subnet_cidrs = var. public_subnet_cidrs
154154 pot_external_entropy = var. pot_external_entropy
155+ private_key_path = var. private_key_path
155156
156157}
You can’t perform that action at this time.
0 commit comments