added terraform things

This commit is contained in:
Jun-te Kim 2025-03-31 14:05:17 +00:00
parent 05cdf0e306
commit 63b72f1500
2 changed files with 9 additions and 0 deletions

0
deployment/main.tf Normal file
View file

9
deployment/variables.tf Normal file
View file

@ -0,0 +1,9 @@
variable region {
type = string
default = "eu-west-2"
description = "AWS region"
}
terraform {
required_version = ">= 0.12"
}