Skip to content

Commit

Permalink
Aded tags argument for Variable and Pipeline Param. (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto authored Sep 4, 2024
1 parent 5127607 commit 0039f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/flowpipe-hcl/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ step "http" "whos_in_space" {
|---------------|---------|--------------------------
| `default` | Any | A value to use if no argument is passed for this parameter when the query is run.
| `description` | String | A description of the parameter.
| `tags` | Map | A map of key:value metadata for the benchmark, used to categorize, search, and filter. The structure is up to the mod author and varies by benchmark and provider.
| `type` | String | The data type of the parameter: `string`, `number`, `bool`, `list`, `map`, `any` (default `any`).

----
Expand Down
1 change: 1 addition & 0 deletions docs/flowpipe-hcl/variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pipeline "describe_vpcs" {
|-|-|-|-
| `default` | Any |Optional| A default value. If no value is passed, the user is not prompted and the default is used.
| `description` | String| Optional| A description of the variable. This text is included when the user is prompted for a variable's value.
| `tags` | Map | Optional | A map of key:value metadata for the benchmark, used to categorize, search, and filter. The structure is up to the mod author and varies by benchmark and provider.
| `type` | Type | Optional | The [variable type](#variable-types). This may be a simple type or a collection.


Expand Down

0 comments on commit 0039f11

Please sign in to comment.