fix tab indentation on inspec provisioner page
This commit is contained in:
parent
ad81e9df2f
commit
6809b16b14
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue