-
Notifications
You must be signed in to change notification settings - Fork 545
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
disable_dependent_services argument/variable have been added #188
disable_dependent_services argument/variable have been added #188
Conversation
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.
regenerate readme
Fixes #168 |
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.
Can we update the name of this variable to match the one defined on the root module?
I mistakenly confused a different variable.
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.
Similar to the disable_on_destroy
variable, let's add this variable to the root module and the gsuite_enabled
submodule, and in both cases, forward the value to the core_project_factory
submodule and use it in the google_project_service.project_services
resource there.
This branch must be rebased against master once #189 is merged. git remote add upstream https://github.com/terraform-google-modules/terraform-google-project-factory.git
git fetch upstream
git checkout master
git merge upstream/master
git checkout bug/project_add_disable_dependent_services
git rebase master
git push --force |
a3cb20d
to
603ffdd
Compare
The argument/variable that manages disable_dependent_services has been added