-
Notifications
You must be signed in to change notification settings - Fork 539
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
Add auto-generator for root, shared_vpc and gsuite_enabled modules #348
Add auto-generator for root, shared_vpc and gsuite_enabled modules #348
Conversation
SKozlovsky
commented
Dec 19, 2019
- resolve Autogenerate the different submodules #260
…g before deleting service account. main-file draft draft tmpl draft draft draft
…form-google-modules#338, 6.1.0 to CHANGELOG
6940209
to
8041b53
Compare
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
function generate() { |
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.
If we're centralizing this in the devtools image, we should have the task defined there.
# limitations under the License. | ||
|
||
function generate() { | ||
pip3 install --user -r /workspace/helpers/generate_modules/requirements.txt |
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.
Requirements should be installed in the image, not at runtime.
@@ -0,0 +1,96 @@ | |||
#!/usr/bin/env python3 |
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.
Was this upstreamed?
@morgante This future is provided in the same way as autogeneration in the GKE module. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |