Documentation ¶
Overview ¶
Package releases manages terraform releases.
Index ¶
Constants ¶
View Source
const ( DefaultTerraformVersion = "1.6.0" LatestVersionString = "latest" )
Variables ¶
This section is empty.
Functions ¶
func NewDownloader ¶
func NewDownloader(destdir string) *downloader
NewDownloader constructs a terraform downloader, with destdir set as the parent directory into which the binaries are downloaded. Pass an empty string to use a default.
func NewService ¶
func NewService(opts Options) *service
Types ¶
type Downloader ¶
type ReleasesService ¶
type ReleasesService = Service
Click to show internal directories.
Click to hide internal directories.