Consistency in accessing vars:
Can't locate at the moment, but in some parts of the documentation access to vars is:
ENV['FOO']
at others :
"<%= expansion(':ENV') %>"
when to use what is not obvious and not clearly documented.
Not a documentation, but a usage impediment:
the variables used in the code (.tf, rb and tfvars ) and their values should be printed during the "plan" stage, so that a user can inspect their value or absence of it.
Hello, the usage of env and terrspace vars in the application needs clarity: For example:
Here are the examples: config/app.rb:
stack/demo/terraform.tfvars:
cached version:
at others :
when to use what is not obvious and not clearly documented.
Not a documentation, but a usage impediment:
the variables used in the code (.tf, rb and tfvars ) and their values should be printed during the "plan" stage, so that a user can inspect their value or absence of it.