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. Pass a path finder to customise the location to which the bins are persisted, or pass nil to use the 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.