Files
terra-test/000000000000/iam/roles/variables.tf

13 lines
205 B
Terraform
Raw Normal View History

2023-11-01 00:02:56 +02:00
variable "region" {
type = string
default = "eu-west-1"
}
variable "prod_account_id" {
type = string
default = {
dev = "000000000"
staging = "11111111"
prod = "sdasdasdasd"
}
2023-11-01 00:02:56 +02:00
}