Skip to content

Commit

Permalink
Terraform Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored and github-actions[bot] committed Jun 13, 2023
1 parent 0950bdd commit 59584b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/resources/source_load_generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ resource "materialize_source_load_generator" "example_source_load_generator" {
schema_name = "schema"
size = "3xsmall"
load_generator_type = "COUNTER"
counter_options {
load_generator_type = "COUNTER"
tick_interval = "500ms"
scale_factor = 0.01
tick_interval = "500ms"
scale_factor = 0.01
}
}
Expand Down

0 comments on commit 59584b3

Please sign in to comment.