Class: Minke::Config::TerraformSettings
- Inherits:
-
Object
- Object
- Minke::Config::TerraformSettings
- Defined in:
- lib/minke/config/terraform.rb
Instance Attribute Summary collapse
-
#config_dir ⇒ Object
config_dir is the relative folder containing your terraform config.
-
#environment ⇒ Object
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.
Instance Attribute Details
#config_dir ⇒ Object
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 |
#environment ⇒ Object
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 |