Update billing alarm limit in AWS IAC config

This commit is contained in:
2024-10-06 18:18:34 +02:00
parent ea533c2ef5
commit f3c5d295fd
+1 -1
View File
@@ -1,5 +1,5 @@
locals { locals {
region = "us-east-1" region = "us-east-1"
billing_alarm_limit = 40 billing_alarm_limit = 20
billing_alarm_emails = "c.alexandre.pires@gmail.com" billing_alarm_emails = "c.alexandre.pires@gmail.com"
} }