packer-cn/website/data/docs-nav-data.json

859 lines
26 KiB
JSON

[
{
"divider": true
},
{
"title": "Terminology",
"path": "terminology"
},
{
"title": "Commands (CLI)",
"routes": [
{
"title": "Overview",
"path": "commands"
},
{
"title": "<code>init</code>",
"path": "commands/init"
},
{
"title": "<code>build</code>",
"path": "commands/build"
},
{
"title": "<code>console</code>",
"path": "commands/console"
},
{
"title": "<code>fix</code>",
"path": "commands/fix"
},
{
"title": "<code>fmt</code>",
"path": "commands/fmt"
},
{
"title": "<code>inspect</code>",
"path": "commands/inspect"
},
{
"title": "<code>validate</code>",
"path": "commands/validate"
},
{
"title": "<code>hcl2_upgrade</code>",
"path": "commands/hcl2_upgrade"
}
]
},
{
"title": "Templates",
"routes": [
{
"title": "Overview",
"path": "templates"
},
{
"title": "HCL Templates",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates"
},
{
"title": "Blocks",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/blocks"
},
{
"title": "<code>build</code>",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/blocks/build"
},
{
"title": "<code>source</code>",
"path": "templates/hcl_templates/blocks/build/source"
},
{
"title": "<code>provisioner</code>",
"path": "templates/hcl_templates/blocks/build/provisioner"
},
{
"title": "<code>post-processor</code>",
"path": "templates/hcl_templates/blocks/build/post-processor"
},
{
"title": "<code>post-processors</code>",
"path": "templates/hcl_templates/blocks/build/post-processors"
}
]
},
{
"title": "<code>locals</code>",
"path": "templates/hcl_templates/blocks/locals"
},
{
"title": "<code>source</code>",
"path": "templates/hcl_templates/blocks/source"
},
{
"title": "<code>variable</code>",
"path": "templates/hcl_templates/blocks/variable"
},
{
"title": "<code>packer</code>",
"path": "templates/hcl_templates/blocks/packer"
},
{
"title": "<code>data</code>",
"path": "templates/hcl_templates/blocks/data"
}
]
},
{
"title": "Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions"
},
{
"title": "Contextual Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/contextual"
},
{
"title": "aws_secretsmanager",
"path": "templates/hcl_templates/functions/contextual/aws_secretsmanager"
},
{
"title": "consul",
"path": "templates/hcl_templates/functions/contextual/consul"
},
{
"title": "env",
"path": "templates/hcl_templates/functions/contextual/env"
},
{
"title": "vault",
"path": "templates/hcl_templates/functions/contextual/vault"
}
]
},
{
"title": "Numeric Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/numeric"
},
{
"title": "abs",
"path": "templates/hcl_templates/functions/numeric/abs"
},
{
"title": "ceil",
"path": "templates/hcl_templates/functions/numeric/ceil"
},
{
"title": "floor",
"path": "templates/hcl_templates/functions/numeric/floor"
},
{
"title": "log",
"path": "templates/hcl_templates/functions/numeric/log"
},
{
"title": "max",
"path": "templates/hcl_templates/functions/numeric/max"
},
{
"title": "min",
"path": "templates/hcl_templates/functions/numeric/min"
},
{
"title": "parseint",
"path": "templates/hcl_templates/functions/numeric/parseint"
},
{
"title": "pow",
"path": "templates/hcl_templates/functions/numeric/pow"
},
{
"title": "signum",
"path": "templates/hcl_templates/functions/numeric/signum"
}
]
},
{
"title": "String Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/string"
},
{
"title": "chomp",
"path": "templates/hcl_templates/functions/string/chomp"
},
{
"title": "format",
"path": "templates/hcl_templates/functions/string/format"
},
{
"title": "formatlist",
"path": "templates/hcl_templates/functions/string/formatlist"
},
{
"title": "indent",
"path": "templates/hcl_templates/functions/string/indent"
},
{
"title": "join",
"path": "templates/hcl_templates/functions/string/join"
},
{
"title": "lower",
"path": "templates/hcl_templates/functions/string/lower"
},
{
"title": "replace",
"path": "templates/hcl_templates/functions/string/replace"
},
{
"title": "regex_replace",
"path": "templates/hcl_templates/functions/string/regex_replace"
},
{
"title": "regex",
"path": "templates/hcl_templates/functions/string/regex"
},
{
"title": "regexall",
"path": "templates/hcl_templates/functions/string/regexall"
},
{
"title": "split",
"path": "templates/hcl_templates/functions/string/split"
},
{
"title": "strrev",
"path": "templates/hcl_templates/functions/string/strrev"
},
{
"title": "substr",
"path": "templates/hcl_templates/functions/string/substr"
},
{
"title": "title",
"path": "templates/hcl_templates/functions/string/title"
},
{
"title": "trim",
"path": "templates/hcl_templates/functions/string/trim"
},
{
"title": "trimprefix",
"path": "templates/hcl_templates/functions/string/trimprefix"
},
{
"title": "trimsuffix",
"path": "templates/hcl_templates/functions/string/trimsuffix"
},
{
"title": "trimspace",
"path": "templates/hcl_templates/functions/string/trimspace"
},
{
"title": "upper",
"path": "templates/hcl_templates/functions/string/upper"
}
]
},
{
"title": "Collection Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/collection"
},
{
"title": "chunklist",
"path": "templates/hcl_templates/functions/collection/chunklist"
},
{
"title": "coalesce",
"path": "templates/hcl_templates/functions/collection/coalesce"
},
{
"title": "coalescelist",
"path": "templates/hcl_templates/functions/collection/coalescelist"
},
{
"title": "compact",
"path": "templates/hcl_templates/functions/collection/compact"
},
{
"title": "concat",
"path": "templates/hcl_templates/functions/collection/concat"
},
{
"title": "contains",
"path": "templates/hcl_templates/functions/collection/contains"
},
{
"title": "distinct",
"path": "templates/hcl_templates/functions/collection/distinct"
},
{
"title": "element",
"path": "templates/hcl_templates/functions/collection/element"
},
{
"title": "flatten",
"path": "templates/hcl_templates/functions/collection/flatten"
},
{
"title": "index",
"path": "templates/hcl_templates/functions/collection/index-fn"
},
{
"title": "keys",
"path": "templates/hcl_templates/functions/collection/keys"
},
{
"title": "length",
"path": "templates/hcl_templates/functions/collection/length"
},
{
"title": "lookup",
"path": "templates/hcl_templates/functions/collection/lookup"
},
{
"title": "merge",
"path": "templates/hcl_templates/functions/collection/merge"
},
{
"title": "range",
"path": "templates/hcl_templates/functions/collection/range"
},
{
"title": "reverse",
"path": "templates/hcl_templates/functions/collection/reverse"
},
{
"title": "setintersection",
"path": "templates/hcl_templates/functions/collection/setintersection"
},
{
"title": "setproduct",
"path": "templates/hcl_templates/functions/collection/setproduct"
},
{
"title": "setunion",
"path": "templates/hcl_templates/functions/collection/setunion"
},
{
"title": "slice",
"path": "templates/hcl_templates/functions/collection/slice"
},
{
"title": "sort",
"path": "templates/hcl_templates/functions/collection/sort"
},
{
"title": "values",
"path": "templates/hcl_templates/functions/collection/values"
},
{
"title": "zipmap",
"path": "templates/hcl_templates/functions/collection/zipmap"
}
]
},
{
"title": "Encoding Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/encoding"
},
{
"title": "base64decode",
"path": "templates/hcl_templates/functions/encoding/base64decode"
},
{
"title": "base64encode",
"path": "templates/hcl_templates/functions/encoding/base64encode"
},
{
"title": "csvdecode",
"path": "templates/hcl_templates/functions/encoding/csvdecode"
},
{
"title": "jsondecode",
"path": "templates/hcl_templates/functions/encoding/jsondecode"
},
{
"title": "jsonencode",
"path": "templates/hcl_templates/functions/encoding/jsonencode"
},
{
"title": "urlencode",
"path": "templates/hcl_templates/functions/encoding/urlencode"
},
{
"title": "yamldecode",
"path": "templates/hcl_templates/functions/encoding/yamldecode"
},
{
"title": "yamlencode",
"path": "templates/hcl_templates/functions/encoding/yamlencode"
}
]
},
{
"title": "Filesystem Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/file"
},
{
"title": "abspath",
"path": "templates/hcl_templates/functions/file/abspath"
},
{
"title": "basename",
"path": "templates/hcl_templates/functions/file/basename"
},
{
"title": "dirname",
"path": "templates/hcl_templates/functions/file/dirname"
},
{
"title": "file",
"path": "templates/hcl_templates/functions/file/file"
},
{
"title": "fileexists",
"path": "templates/hcl_templates/functions/file/fileexists"
},
{
"title": "fileset",
"path": "templates/hcl_templates/functions/file/fileset"
},
{
"title": "pathexpand",
"path": "templates/hcl_templates/functions/file/pathexpand"
},
{
"title": "templatefile",
"path": "templates/hcl_templates/functions/file/templatefile"
}
]
},
{
"title": "Date and Time Functions",
"routes": [
{
"title": "formatdate",
"path": "templates/hcl_templates/functions/datetime/formatdate"
},
{
"title": "timeadd",
"path": "templates/hcl_templates/functions/datetime/timeadd"
},
{
"title": "timestamp",
"path": "templates/hcl_templates/functions/datetime/timestamp"
},
{
"title": "legacy_isotime",
"path": "templates/hcl_templates/functions/datetime/legacy_isotime"
}
]
},
{
"title": "Hash and Crypto Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/crypto"
},
{
"title": "bcrypt",
"path": "templates/hcl_templates/functions/crypto/bcrypt"
},
{
"title": "md5",
"path": "templates/hcl_templates/functions/crypto/md5"
},
{
"title": "rsadecrypt",
"path": "templates/hcl_templates/functions/crypto/rsadecrypt"
},
{
"title": "sha1",
"path": "templates/hcl_templates/functions/crypto/sha1"
},
{
"title": "sha256",
"path": "templates/hcl_templates/functions/crypto/sha256"
},
{
"title": "sha512",
"path": "templates/hcl_templates/functions/crypto/sha512"
}
]
},
{
"title": "UUID Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/uuid"
},
{
"title": "uuidv4",
"path": "templates/hcl_templates/functions/uuid/uuidv4"
},
{
"title": "uuidv5",
"path": "templates/hcl_templates/functions/uuid/uuidv5"
}
]
},
{
"title": "IP Network Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/ipnet"
},
{
"title": "cidrhost",
"path": "templates/hcl_templates/functions/ipnet/cidrhost"
},
{
"title": "cidrnetmask",
"path": "templates/hcl_templates/functions/ipnet/cidrnetmask"
},
{
"title": "cidrsubnet",
"path": "templates/hcl_templates/functions/ipnet/cidrsubnet"
},
{
"title": "cidrsubnets",
"path": "templates/hcl_templates/functions/ipnet/cidrsubnets"
}
]
},
{
"title": "Type Conversion Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/conversion"
},
{
"title": "can",
"path": "templates/hcl_templates/functions/conversion/can"
},
{
"title": "convert",
"path": "templates/hcl_templates/functions/conversion/convert"
},
{
"title": "try",
"path": "templates/hcl_templates/functions/conversion/try"
}
]
}
]
},
{
"title": "Variables",
"path": "templates/hcl_templates/variables"
},
{
"title": "Locals",
"path": "templates/hcl_templates/locals"
},
{
"title": "Contextual Variables",
"path": "templates/hcl_templates/contextual-variables"
},
{
"title": "Data Sources",
"path": "templates/hcl_templates/datasources"
},
{
"title": "Path Variables",
"path": "templates/hcl_templates/path-variables"
},
{
"title": "Syntax",
"path": "templates/hcl_templates/syntax"
},
{
"title": "Only Except",
"path": "templates/hcl_templates/onlyexcept"
},
{
"title": "Expressions",
"path": "templates/hcl_templates/expressions"
},
{
"title": "JSON Syntax",
"path": "templates/hcl_templates/syntax-json"
}
]
},
{
"title": "JSON Templates",
"routes": [
{
"title": "Overview",
"path": "templates/legacy_json_templates"
},
{
"title": "Builders",
"path": "templates/legacy_json_templates/builders"
},
{
"title": "Communicators",
"path": "templates/legacy_json_templates/communicator"
},
{
"title": "Engine",
"path": "templates/legacy_json_templates/engine"
},
{
"title": "Post-Processors",
"path": "templates/legacy_json_templates/post-processors"
},
{
"title": "Provisioners",
"path": "templates/legacy_json_templates/provisioners"
},
{
"title": "User Variables",
"path": "templates/legacy_json_templates/user-variables"
}
]
}
]
},
{
"divider": true
},
{
"title": "Communicators",
"routes": [
{
"title": "Overview",
"path": "communicators"
},
{
"title": "SSH",
"path": "communicators/ssh"
},
{
"title": "WINRM",
"path": "communicators/winrm"
}
]
},
{
"title": "Builders",
"routes": [
{
"title": "Overview",
"path": "builders"
},
{
"title": "File",
"path": "builders/file"
},
{
"title": "Null",
"path": "builders/null"
},
{
"title": "1&amp;1",
"path": "builders/oneandone"
},
{
"title": "ProfitBricks",
"path": "builders/profitbricks"
},
{
"title": "Custom",
"path": "builders/custom"
},
{
"title": "Community-Supported",
"path": "builders/community-supported"
}
]
},
{
"title": "Data Sources",
"routes": [
{
"title": "Overview",
"path": "datasources"
}
]
},
{
"title": "Provisioners",
"routes": [
{
"title": "Overview",
"path": "provisioners"
},
{
"title": "Breakpoint",
"path": "provisioners/breakpoint"
},
{
"title": "File",
"path": "provisioners/file"
},
{
"title": "InSpec",
"path": "provisioners/inspec"
},
{
"title": "PowerShell",
"path": "provisioners/powershell"
},
{
"title": "Salt Masterless",
"path": "provisioners/salt-masterless"
},
{
"title": "Shell",
"path": "provisioners/shell"
},
{
"title": "Shell (Local)",
"path": "provisioners/shell-local"
},
{
"title": "Windows Shell",
"path": "provisioners/windows-shell"
},
{
"title": "Windows Restart",
"path": "provisioners/windows-restart"
},
{
"title": "Custom",
"path": "provisioners/custom"
},
{
"title": "Community-Supported",
"path": "provisioners/community-supported"
}
]
},
{
"title": "Post-Processors",
"routes": [
{
"title": "Overview",
"path": "post-processors"
},
{
"title": "Artifice",
"path": "post-processors/artifice"
},
{
"title": "Compress",
"path": "post-processors/compress"
},
{
"title": "Checksum",
"path": "post-processors/checksum"
},
{
"title": "Manifest",
"path": "post-processors/manifest"
},
{
"title": "Shell (Local)",
"path": "post-processors/shell-local"
},
{
"title": "Community-Supported",
"path": "post-processors/community-supported"
}
]
},
{
"divider": true
},
{
"title": "Installing Packer",
"path": "install"
},
{
"title": "Configuring Packer",
"path": "configure"
},
{
"divider": true
},
{
"title": "Packer Plugins",
"routes": [
{
"title": "Overview",
"path": "plugins"
},
{
"title": "Extending Packer",
"routes": [
{
"title": "Overview",
"path": "plugins/creation"
},
{
"title": "Custom Builders",
"path": "plugins/creation/custom-builders"
},
{
"title": "Custom Post-Processors",
"path": "plugins/creation/custom-post-processors"
},
{
"title": "Custom Provisioners",
"path": "plugins/creation/custom-provisioners"
},
{
"title": "Custom Data Sources",
"path": "plugins/creation/custom-datasources"
}
]
}
]
},
{
"divider": true
},
{
"title": "Debugging",
"path": "debugging"
}
]