Closed tongueroo closed 2 years ago
This is a 🙋♂️ feature or enhancement.
bundle exec rspec
Support loading of .env files within the current terraspace project folder.
.env
Create .env files and add a config/boot.rb to see env var set via .env
config/boot.rb
FOO=bar-base
.env.dev
FOO=bar-dev
config/inits/printenv.rb
puts "ENV['FOO'] #{ENV['FOO'].inspect}"
Patch
This is a 🙋♂️ feature or enhancement.
bundle exec rspec
to verify this)Summary
Support loading of
.env
files within the current terraspace project folder.Context
How to Test
Create
.env
files and add aconfig/boot.rb
to see env var set via .env.env
.env.dev
config/inits/printenv.rb
Version Changes
Patch