mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
move apps into pkgs and rename hosts
This commit is contained in:
10
deploy/aws/variables.tf
Normal file
10
deploy/aws/variables.tf
Normal file
@ -0,0 +1,10 @@
|
||||
variable "ec2_size" {
|
||||
type = string
|
||||
description = "Size of instance to launch"
|
||||
default = "t3a.small" # 2 GB RAM ($14/mo)
|
||||
}
|
||||
|
||||
variable "images_bucket" {
|
||||
description = "Name of the bucket in which to store the NixOS VM images."
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user