mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-01 05:42:14 +00:00
17 lines
290 B
HCL
17 lines
290 B
HCL
variable "ssh_key" {
|
|
type = string
|
|
default = "fediservices"
|
|
}
|
|
|
|
variable "instance_type" {
|
|
type = string
|
|
default = "t4g.micro"
|
|
}
|
|
|
|
variable "domain" {
|
|
type = string
|
|
default = "status.fediservices.nz"
|
|
}
|
|
|
|
variable "AWS_ACCESS_KEY_ID" {}
|
|
variable "AWS_SECRET_ACCESS_KEY" {}
|