9 lines
142 B
Terraform
9 lines
142 B
Terraform
|
|
variable "region" {
|
||
|
|
type = string
|
||
|
|
default = "eu-west-1"
|
||
|
|
}
|
||
|
|
|
||
|
|
variable "prod_account_id" {
|
||
|
|
type = string
|
||
|
|
default = "184100688147"
|
||
|
|
}
|