Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MajorVersion is the major version MajorVersion = 0 // MinorVersion is the minor version MinorVersion = 1 // PatchVersion is the patch version PatchVersion = 0 // UserAgentPrefix is the prefix of User-Agent header that all Terraform REST calls perform UserAgentPrefix = "firehydrant-terraform-provider" )
Variables ¶
View Source
var Version = fmt.Sprintf("%d.%d.%d", MajorVersion, MinorVersion, PatchVersion)
Version is the semver of this provider
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.