Skip to content

Commit

Permalink
Fix terrafmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 28, 2022
1 parent 232e030 commit 83e6258
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/r/budgets_budget.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,18 @@ Create a budget with planned budget limits.
```terraform
resource "aws_budgets_budget" "cost" {
# ...
planned_limit {
start_time = "2017-07-01_00:00"
amount = "100"
unit = "USD"
}
planned_limit {
start_time = "2017-08-01_00:00"
amount = "200"
unit = "USD"
}
# ...
}
```

Expand Down

0 comments on commit 83e6258

Please sign in to comment.