Create AWS Budget Alert with Auto-Adjusting using Terraform

0

Hello there, do you have any examples on how to create AWS Budget with Auto-Adjusting settings using Terraform?

Couldn´t find any detailed documentation that could help. Attached the expected settings.

"Cost Budget", using option "Monthly" | "Auto-adjusting" | "Last month actual"

settings

Thanks a lot

profile pictureAWS
gefragt vor 3 Monaten120 Aufrufe
1 Antwort
2
Akzeptierte Antwort

There is "Auto Adjust Data" parameter that determines the budget amount for an auto-adjusting budget. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/budgets_budget#auto-adjust-data

This function was added to the public Cloudposse Terraform Module https://github.com/cloudposse/terraform-aws-budgets/blob/main/main.tf#L133

Make sure you use a relevant version of AWS TF Provider

profile picture
EXPERTE
beantwortet vor 3 Monaten
profile picture
EXPERTE
Artem
überprüft vor 2 Monaten
  • thanks a lot! that worked fine

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen