mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-29 06:01:57 -04:00
* Add a Arukas provider * Add dependencies for the Arukas provider * Add documents for the Arukas
7 lines
109 B
Go
7 lines
109 B
Go
package arukas
|
|
|
|
func displayVersion() {
|
|
client = NewClientWithOsExitOnErr()
|
|
client.Println(nil, VERSION)
|
|
}
|