2023-11-01 00:02:56 +02:00
|
|
|
variable "region" {
|
2023-11-01 00:30:53 +02:00
|
|
|
type = string
|
2023-11-01 00:02:56 +02:00
|
|
|
default = "eu-west-1"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "dev_account_id" {
|
2023-11-01 00:30:53 +02:00
|
|
|
type = string
|
|
|
|
|
default = "000000000000"
|
2023-11-01 00:02:56 +02:00
|
|
|
}
|