new-vpc
Curtis Wilson 4 years ago
parent 8d0c8878bd
commit 0638b2e79a

@ -39,7 +39,7 @@ locals {
},
"dev" = {
base-image = var.ubuntu-ami
aws-ec2-type = var.t3a-medium-amd-4gib-2vcpu
aws-ec2-type = var.c5a-xlarge-amd-8gib-4vcpu
# subnet-ids = [module.aws-network-from-scratch.subnet.id]
subnet-ids = [module.aws-network-existing.subnet-by-name["subnet_4"].id]
disk-size = 32
@ -52,6 +52,8 @@ locals {
subnet-ids = [module.aws-network-existing.subnet-by-name["subnet_4"].id]
num = 1
num-disks = 1
# TODO Remove this, prefferred method is to use 'disks' and 'disk-mounts'
# like shown below.
zfs-disk-size = 10
},
"proxy" = {
@ -92,9 +94,6 @@ locals {
]
install-qemu-agent = false
# TODO remove after nfs mounts are figured out.
# nfs_home_dir_mount = true
# nfs_server =
}
################################################################################

Loading…
Cancel
Save