module Ruby::Terraform

Constants

TERRAFORM_VERSION
VERSION

Public Instance Methods

config() { |config| ... } click to toggle source
# File lib/ruby/terraform/executable.rb, line 8
def config
  @config ||= Configuration.new
  yield @config if block_given?
  @config
end