Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider is the entrypoint to this terraform provider
Types ¶
type ProviderConfig ¶
type ProviderConfig struct { // Address is the address of the Nelson server Address string // Token is the Github Auth token to use when communicating with Nelson Path string // API version is the Nelson version APIVersion string // Github Token will be used by the provider to authenticate with Nelson GithubToken string }
ProviderConfig is used to configure the creation of the client
Click to show internal directories.
Click to hide internal directories.