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
feita há 3 meses121 visualizações
1 Resposta
2
Resposta aceita

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
ESPECIALISTA
respondido há 3 meses
profile picture
ESPECIALISTA
Artem
avaliado há 2 meses
  • thanks a lot! that worked fine

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas