class Terraform::Binary::Configuration
This class holds the global configuration items
Attributes
download_path[RW]
version[RW]
Public Class Methods
new()
click to toggle source
# File lib/terraform/binary.rb, line 60 def initialize @version = TERRAFORM_VERSION @download_path = '/tmp' end