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달 전122회 조회
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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠