Merge pull request #23909 from hashicorp/docs-gh-23878

Remove wrong `VariableFlags` parameter from parse job endpoint
This commit is contained in:
Juana De La Cuesta
2024-09-04 20:15:21 +02:00
committed by GitHub

View File

@@ -243,9 +243,6 @@ The table below shows this endpoint's support for
- `Variables` `(string: "")` - Specifies HCL2 variables to use during parsing of
the job in the var file format.
- `VariableFlags` `(map[string]string: nil)` - Specifies HCL2 variables to use
during parsing of the job in key = value format.
- `HCLv1` `(bool: false)` - Use the legacy v1 HCL parser.
### Sample Payload