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
已提問 3 個月前檢視次數 121 次
1 個回答
2
已接受的答案

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
專家
已回答 3 個月前
profile picture
專家
Artem
已審閱 2 個月前
  • thanks a lot! that worked fine

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南