Create infra

This commit is contained in:
Daniel Mason 2023-04-22 13:17:41 +12:00
parent 1bb150d44e
commit 2d32a3c4bb
Signed by: idanoo
GPG key ID: 387387CDBC02F132
9 changed files with 278 additions and 34 deletions

12
variables.tf Normal file
View 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" {}