@cryptotaxi247 / infra / commits / b5ed24be

bastion: Update terraform to match current config

Eelco Dolstra committed Sep 8, 2022 at 14:50 UTC b5ed24be5ca5e5876b02da8ba6ed85c43a388e5e
1 file changed +3 -2
bastion/bastion.tf
+3 -2
@@ -111,12 +111,13 @@ resource "aws_instance" "bastion" {
111 }
112
113 root_block_device {
114 - iops = 300
114 + delete_on_termination = false
115 + iops = 450
116 tags = {
117 "Name" = "Unnamed NixOps network [bastion - /dev/xvda1]"
118 "Owners" = "edolstra@gmail.com, rob.vermaas@gmail.com"
119 }
119 - volume_size = 100
120 + volume_size = 150
121 volume_type = "gp2"
122 }
123