Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auto-adjust feature to aws_budget #27474

Merged
merged 24 commits into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8c58c9b
r/aws_budgets_budget: Add PlannedBudgetLimits support
joeig Jul 8, 2022
fe01bf1
Changelog entry for #25766 (planned budget limits)
joeig Jul 11, 2022
18c538d
schema for auto adjust data
breathingdust Oct 24, 2022
be32841
added handlers
breathingdust Oct 25, 2022
33523c7
first test, default value woes
breathingdust Oct 25, 2022
4716377
test passing
breathingdust Oct 25, 2022
1167c61
historical
breathingdust Oct 25, 2022
5a0a698
historical test
breathingdust Oct 25, 2022
4ad5419
remove comments
breathingdust Oct 25, 2022
bf7314b
terrafmt
breathingdust Oct 26, 2022
db67745
nosempgrep for pointer conversion
breathingdust Oct 26, 2022
676e954
Revert "r/aws_budgets_budget: Add PlannedBudgetLimits support"
ewbankkit Oct 26, 2022
05accec
Merge commit '676e9547eee7978fd1ab6a2356eec8d5fe210ec4' into f-budget…
ewbankkit Oct 26, 2022
162efb3
r/aws_budgets_budget_action: Switch to 'WithoutTimeout' CRUD handlers…
ewbankkit Oct 26, 2022
f33f9c6
Budgets: Tidy up sweepers.
ewbankkit Oct 26, 2022
254511c
add auto adjust docs
breathingdust Oct 27, 2022
fbbd907
r/aws_budgets_budget: Switch to 'WithoutTimeout' CRUD handlers (#15090).
ewbankkit Oct 28, 2022
87e3280
r/aws_budgets_budget: Fix 'TestAccBudgetsBudget_autoAdjustDataHistori…
ewbankkit Oct 28, 2022
66489b5
Merge commit '87e32805566cb4968cf98079078ce1cecd361042' into f-budget…
ewbankkit Oct 28, 2022
0b6caad
r/aws_budgets_budget: Add 'planned_limit' configuration block.
ewbankkit Oct 28, 2022
47c0c85
r/aws_budgets_budget: Add 'TestAccBudgetsBudget_plannedLimits'.
ewbankkit Oct 28, 2022
d73b0ed
Add CHANGELOG entry.
ewbankkit Oct 28, 2022
232e030
Fix terrafmt errors.
ewbankkit Oct 28, 2022
83e6258
Fix terrafmt errors.
ewbankkit Oct 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/25766.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_budgets_budget: Add `planned_limit` configuration block
```
3 changes: 3 additions & 0 deletions .changelog/27474.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_budgets_budget: Add `auto_adjust_data` configuration block
```
Loading