Skip to content

Commit

Permalink
adding default values for reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dianibar committed Jan 3, 2024
1 parent f0e135d commit 85059f6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ resource "doit_report" "my-report" {
type = "basic"
value = "cost"
}
aggregation = "total"
advanced_analysis = {
trending_up = false
trending_down = false
not_trending = false
forecast = false
}
time_interval = "day"
dimensions = [
{
id = "year"
Expand All @@ -32,7 +30,7 @@ resource "doit_report" "my-report" {
id = "month"
type = "datetime"
}
]
]
time_range = {
mode = "last"
amount = 7
Expand All @@ -42,7 +40,6 @@ resource "doit_report" "my-report" {
include_promotional_credits = false
filters = [
{
inverse = false
id = "attribution"
type = "attribution"
values = [
Expand Down Expand Up @@ -76,9 +73,6 @@ resource "doit_report" "my-report" {
}
}
]
layout = "table"
display_values = "actuals_only"
currency = "USD"
}
}

Expand Down

0 comments on commit 85059f6

Please sign in to comment.