mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-02 06:12:15 +00:00
Create infra
This commit is contained in:
parent
1bb150d44e
commit
2d32a3c4bb
9 changed files with 278 additions and 34 deletions
12
variables.tf
Normal file
12
variables.tf
Normal file
|
@ -0,0 +1,12 @@
|
|||
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" {}
|
Loading…
Add table
Add a link
Reference in a new issue