I'm trying to replicate the process of creating an AWS budget alert in the portal through Terraform.
In the portal, I navigate to Billing, then onto creating Budget and I'm able to create an alert with my conditions for the entire subscription for the budget not to exceed a certain amount otherwise to send an email to a specific group or person.
How do I create the same through Terraform? I don't see any valid documentation for it.
aws_budgets_budget
andaws_budgets_budget_action
are different then what you want? – Marcin