2024-10-06 18:06:37 +02:00
|
|
|
locals {
|
2025-04-25 16:37:01 +02:00
|
|
|
region = "eu-west-1"
|
2024-10-06 18:18:34 +02:00
|
|
|
billing_alarm_limit = 20
|
2025-04-25 16:37:01 +02:00
|
|
|
billing_alarm_emails = "c.alexandre.pires@alexpires.me"
|
|
|
|
|
account_id = data.aws_caller_identity.current.account_id
|
2024-10-06 18:06:37 +02:00
|
|
|
}
|
2025-04-25 16:37:01 +02:00
|
|
|
|
|
|
|
|
data "aws_caller_identity" "current" {}
|