We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f05729 commit 5c0e148Copy full SHA for 5c0e148
1 file changed
terraform/bastion-host.nix
@@ -16,16 +16,16 @@
16
stage = config.setup.stage;
17
name = "bastion";
18
19
- key_name = "dailp-deployment-april-2022";
+ key_name = "dailp-dev-2024";
20
21
assign_eip_address = true;
22
- associate_public_ip_address = true;
+ associate_public_ip_address = false;
23
vpc_id = config.setup.vpc;
24
- subnets = [
25
- config.setup.subnets.primary
26
- config.setup.subnets.secondary
27
- config.setup.subnets.tertiary
28
- ];
+ # subnets = [
+ # config.setup.subnets.primary
+ # config.setup.subnets.secondary
+ # config.setup.subnets.tertiary
+ # ];
29
30
# Don't create a new security group for this server.
31
security_group_enabled = false;
0 commit comments