provisioner
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Index¶
Constants¶
This section is empty.
Variables¶
var AppSlugRegex =regexp.MustCompile(`^[a-z0-9](-?[a-z0-9])*$`)
AppSlugRegex is the regex used to validate the slug of a coder_appresource. It must be a valid hostname and cannot contain two consecutivehyphens or start/end with a hyphen.
This regex is duplicated in the terraform provider code, so make sure toupdate it there as well.
There are test cases for this regex in appslug_test.go.
Functions¶
This section is empty.
Types¶
This section is empty.