Documentation ¶
Index ¶
Constants ¶
View Source
const PLACEHOLDER_NAME = "TERRAFORM_PLACEHOLDER"
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
func RegexRuleset ¶
func RegexRuleset(rules RegexRules) schema.SchemaValidateFunc
RegexRuleset returns a SchemaValidateFunc which tests if all the provided regex rules successfully match the supplied string. Having multiple rule/reason
func SchemaProvider ¶
SchemaProvider describing the required configs to interact with GoCD server. Environment variables can also be set:
baseurl - GOCD_URL username - GOCD_USERNAME password - GOCD_PASSWORD skip_ssl_check - GOCD_SKIP_SSL_CHECK
Types ¶
type RegexRules ¶
Click to show internal directories.
Click to hide internal directories.