Skip to content

Commit

Permalink
Update AWS Budgets document for cost_filter attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mozamimy authored and ewbankkit committed Jul 27, 2021
1 parent 13bb671 commit 88c52a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/docs/r/budgets_budget.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ In addition to all arguments above, the following attributes are exported:
* `id` - id of resource.
* `arn` - The ARN of the budget.


### Cost Types

Valid keys for `cost_types` parameter.
Expand Down Expand Up @@ -187,7 +186,7 @@ Refer to [AWS CostFilter documentation](http://docs.aws.amazon.com/awsaccountbil

### Cost Filters

Valid key for `cost_filters` is same as `cost_filter`. Please refer to [CostFilter](#Cost-Filter).
Valid key for `cost_filters` is same as `cost_filter`. Please refer to [Cost Filter](#Cost-Filter).

### Budget Notification

Expand All @@ -200,7 +199,6 @@ Valid keys for `notification` parameter.
* `subscriber_email_addresses` - (Optional) E-Mail addresses to notify. Either this or `subscriber_sns_topic_arns` is required.
* `subscriber_sns_topic_arns` - (Optional) SNS topics to notify. Either this or `subscriber_email_addresses` is required.


## Import

Budgets can be imported using `AccountID:BudgetName`, e.g.
Expand Down

0 comments on commit 88c52a6

Please sign in to comment.