mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-01 13:52:15 +00:00
12 lines
210 B
HCL
12 lines
210 B
HCL
variable "ssh_key" {
|
|
type = string
|
|
default = "fediservices"
|
|
}
|
|
|
|
variable "instance_type" {
|
|
type = string
|
|
default = "t4g.nano"
|
|
}
|
|
|
|
variable "AWS_ACCESS_KEY_ID" {}
|
|
variable "AWS_SECRET_ACCESS_KEY" {}
|