Skip to content

Commit

Permalink
Merge pull request #34 from vantage-sh/ig/dashboard-docs
Browse files Browse the repository at this point in the history
documentation fix for dashboard saved filters
  • Loading branch information
igeagonz authored Mar 11, 2024
2 parents c28eebd + ce8163d commit 7856f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Read-Only:
- `date_bin` (String)
- `date_interval` (String)
- `end_date` (String)
- `saved_filter_tokens` (List of String)
- `start_date` (String)
- `title` (String)
- `token` (String)
- `widget_tokens` (List of String)
- `saved_filter_tokens` (List of String)
- `workspace_token` (String)


2 changes: 1 addition & 1 deletion docs/resources/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ resource "vantage_dashboard" "demo_dashboard" {
- `date_bin` (String) Determines how to group costs in the Dashboard.
- `date_interval` (String) Determines the date range in the Dashboard. Guaranteed to be set to 'custom' if 'start_date' and 'end_date' are set.
- `end_date` (String) The end date for the date range for CostReports in the Dashboard. ISO 8601 Formatted. Overwrites 'date_interval' if set.
- `saved_filter_tokens` (List of String) Tokens of the saved filters used in the Dashboard.
- `start_date` (String) The start date for the date range for CostReports in the Dashboard. ISO 8601 Formatted. Overwrites 'date_interval' if set.
- `saved_filter_tokens` (List of String) The tokens for SavedFilters that are applied to CostReports in the Dashboard.

### Read-Only

Expand Down

0 comments on commit 7856f60

Please sign in to comment.