fix tab indentation on inspec provisioner page

This commit is contained in:
Jeff Escalante 2020-12-04 17:44:30 -05:00
parent ad81e9df2f
commit 6809b16b14
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
1 changed files with 18 additions and 18 deletions

View File

@ -81,21 +81,21 @@ Optional Parameters:
- `inspec_env_vars` (array of strings) - Environment variables to set before
running InSpec. Usage example:
<Tabs>
<Tabs>
<Tab heading="JSON">
```json
"inspec_env_vars": [ "FOO=bar" ]
```
```json
"inspec_env_vars": [ "FOO=bar" ]
```
</Tab>
</Tab>
<Tab heading="HCL2">
```hcl
inspec_env_vars = [ "FOO=bar" ]
```
```hcl
inspec_env_vars = [ "FOO=bar" ]
```
</Tab>
</Tab>
</Tabs>
- `command` (string) - The command to invoke InSpec. Defaults to `inspec`.
@ -104,21 +104,21 @@ Optional Parameters:
These arguments _will not_ be passed through a shell and arguments should
not be quoted. Usage example:
<Tabs>
<Tabs>
<Tab heading="JSON">
```json
"extra_arguments": [ "--sudo", "--reporter", "json" ]
```
```json
"extra_arguments": [ "--sudo", "--reporter", "json" ]
```
</Tab>
</Tab>
<Tab heading="HCL2">
```hcl
extra_arguments = [ "--sudo", "--reporter", "json" ]
```
```hcl
extra_arguments = [ "--sudo", "--reporter", "json" ]
```
</Tab>
</Tab>
</Tabs>
- `attributes` (array of strings) - Attribute Files used by InSpec which will