Skip to content

Commit 5c0e148

Browse files
maintain private ip and key name for bastion
1 parent 7f05729 commit 5c0e148

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

terraform/bastion-host.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
stage = config.setup.stage;
1717
name = "bastion";
1818

19-
key_name = "dailp-deployment-april-2022";
19+
key_name = "dailp-dev-2024";
2020

2121
assign_eip_address = true;
22-
associate_public_ip_address = true;
22+
associate_public_ip_address = false;
2323
vpc_id = config.setup.vpc;
24-
subnets = [
25-
config.setup.subnets.primary
26-
config.setup.subnets.secondary
27-
config.setup.subnets.tertiary
28-
];
24+
# subnets = [
25+
# config.setup.subnets.primary
26+
# config.setup.subnets.secondary
27+
# config.setup.subnets.tertiary
28+
# ];
2929

3030
# Don't create a new security group for this server.
3131
security_group_enabled = false;

0 commit comments

Comments
 (0)