added terrafrom configs

This commit is contained in:
2023-11-01 00:02:56 +02:00
parent a4f429eff9
commit f19e926b1a
21 changed files with 407 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
variable "region" {
default = "eu-west-1"
}
variable "dev_account_id" {
default = "449091252457"
}