diff --git a/website/content/docs/provisioners/inspec.mdx b/website/content/docs/provisioners/inspec.mdx index f92127050..9792c2a53 100644 --- a/website/content/docs/provisioners/inspec.mdx +++ b/website/content/docs/provisioners/inspec.mdx @@ -81,21 +81,21 @@ Optional Parameters: - `inspec_env_vars` (array of strings) - Environment variables to set before running InSpec. Usage example: - + - ```json - "inspec_env_vars": [ "FOO=bar" ] - ``` +```json + "inspec_env_vars": [ "FOO=bar" ] +``` - + - ```hcl - inspec_env_vars = [ "FOO=bar" ] - ``` +```hcl + inspec_env_vars = [ "FOO=bar" ] +``` - + - `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: - + - ```json - "extra_arguments": [ "--sudo", "--reporter", "json" ] - ``` +```json + "extra_arguments": [ "--sudo", "--reporter", "json" ] +``` - + - ```hcl - extra_arguments = [ "--sudo", "--reporter", "json" ] - ``` +```hcl + extra_arguments = [ "--sudo", "--reporter", "json" ] +``` - + - `attributes` (array of strings) - Attribute Files used by InSpec which will