Class: Minke::Config::TerraformSettings

Inherits:
Object
  • Object
show all
Defined in:
lib/minke/config/terraform.rb

Instance Attribute Summary collapse

Instance Attribute Details

#config_dirObject

config_dir is the relative folder containing your terraform config.



7
8
9
# File 'lib/minke/config/terraform.rb', line 7

def config_dir
  @config_dir
end

#environmentObject

environment contains the environment variable settings to be used with terraform provisioning, this can include: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION

The secure feature of minke can also be used to encrypt these values with a private key.



18
19
20
# File 'lib/minke/config/terraform.rb', line 18

def environment
  @environment
end