mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
outline of inputs doc
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
d4ae9e1e01
commit
0bd3941aaa
2 changed files with 29 additions and 0 deletions
27
docs/inputs.md
Normal file
27
docs/inputs.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Chef InSpec Inputs
|
||||
|
||||
## What are Inputs?
|
||||
|
||||
### A Simple Example
|
||||
|
||||
### How can I set Inputs?
|
||||
|
||||
### How does Input precedence work?
|
||||
|
||||
### What happened to "Attributes"?
|
||||
|
||||
## Defining Inputs in Control Code
|
||||
|
||||
### Input Scope
|
||||
|
||||
## Defining Inputs in Profile Metadata
|
||||
|
||||
### Marking the attribute as Required
|
||||
|
||||
### Specifying type
|
||||
|
||||
### Using inputs with Profile inheritance
|
||||
|
||||
## Setting Input values using `--input-file`
|
||||
|
||||
## Advanced Topic - Debugging Inputs
|
|
@ -22,6 +22,8 @@ sidebar_links:
|
|||
link: "/docs/reference/profiles.html"
|
||||
- title: Resources
|
||||
link: "/docs/reference/resources.html"
|
||||
- title: Inputs
|
||||
link: "/docs/reference/inputs.html"
|
||||
- title: Matchers
|
||||
link: "/docs/reference/matchers.html"
|
||||
- title: Reporters
|
||||
|
|
Loading…
Reference in a new issue