-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module separated to submodules (Fix #4) #43
Module separated to submodules (Fix #4) #43
Conversation
4558769
to
73ddf86
Compare
61eb22b
to
3e0bc71
Compare
58fcb84
to
61a179d
Compare
@morgante From my point of view, it needs only cosmetic changes, no complaints on functionality |
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
deb1c55
to
ded0a78
Compare
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51)
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
@@ -15,126 +15,111 @@ | |||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that the changes to the module structure already prevent backward compatibility, I suggest that we drop the root module rather than introducing breaking changes and a large variable interface which simply proxies each submodule.
@morgante do you have any thoughts about this?
* Changed internal processing structure of `bindings` * Everything moved to submodules * Updated variables * Added `*_num` variables to make counts work with computed values * Updated examples * Updatet README.md * Added `subnets_region` variable * Added tests for subnets
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
* Based on PR terraform-google-modules#43 * Fix terraform-google-modules#49 * README.md - some syntax errors fixed * Splitted lint-test (Fix terraform-google-modules#51) * Improved test fixtures
bindings
(Fixes Error: command "bash" produced invalid JSON #45 )*_num
variable to make counts work with computed valuesFixes #4.