You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Feat/Fix: Ensure all Modules Adhere module.this.enabled; Update context.tf in all Submodules; Update Documentation Snippets @korenyoni (#19)
what
Add context.tf to all submodules
Update context.tf in all submodules
Ensure all resources adhere module.this.enabled
Update all READMEs to use Terraform registry as source instead of git
Update root-level README copyright year and contributors.
why
Adding the same version of context.tf in all submodules and root-level is more consistent and won't result in version issues stemming from null_label module in context.tf
Ensuring all modules adhere module.this.enabled is more consistent
Ensuring module snippets in documentation are using the Terraform registry means we are showing users the up-to-date way of instantiating modules