Skip to content

Commit c73acaa

Browse files
committed
allow override private key
1 parent 20eaf29 commit c73acaa

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

resources/terraform/devnet/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

resources/terraform/mainnet/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

resources/terraform/taurus/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)