org-formation / org-formation-reference

A reference architecture which aims to provide some best practices for any AWS Organization starting out using org-formation.
91 stars 23 forks source link

Fix variable name for secure defaults #58

Closed dbaynard closed 5 months ago

dbaynard commented 5 months ago

In that file, the parameter is named primaryRegion, but the type in the caller (Secure defaults) is primary. I've gone with the former as the comment says primaryRegion.

https://github.com/org-formation/org-formation-reference/blob/1722159cff25177919f66a3398d218885a427fb0/src/templates/020-secure-defaults/register-type-tasks.yml#L1-L7

The primaryRegion parameter isn't used for anything, in that file, so this hasn't yet caused an issue, for people who haven't added their own entries to register-type-tasks.yml.

OlafConijn commented 5 months ago

thanks so much!