unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

add iidy.region and .environment to `iidy render` envs for all files #65

Closed tavisrudd closed 6 years ago

tavisrudd commented 6 years ago

This previously only worked for stack-args.yaml and the names were environment and region. These are now injected for all files, but with a namespace wrapper to avoid clashes with user defined vars.

The previous unprefixed names are still available in stack-args.yaml for now.