mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
added terraform things
This commit is contained in:
parent
05cdf0e306
commit
63b72f1500
2 changed files with 9 additions and 0 deletions
0
deployment/main.tf
Normal file
0
deployment/main.tf
Normal file
9
deployment/variables.tf
Normal file
9
deployment/variables.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
variable region {
|
||||
type = string
|
||||
default = "eu-west-2"
|
||||
description = "AWS region"
|
||||
}
|
||||
|
||||
terraform {
|
||||
required_version = ">= 0.12"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue