Skip to content
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

feat(module): Add ML Infra Projects Module and 4-projects refactor #40

Merged

Conversation

caetano-colin
Copy link
Contributor

This PR is the first part of 4-projects refactoring

It will separate some code into terraform modules that will be used in deploying this code "on top of the foundation".

The modules are responsible for creating "artifact" and "service catalog" projects under "common" folder and executed in business_unit_3/shared.

Brief explanation about modules added on this PR:

  • ml_infra_projects: will create both artifacts and service catalog project under common folder, using ml_single_project module
  • ml_kms_key: Will create the project kms key and externalizes prevent_destroy variable for the user.
  • ml_single_project: This is a standalone version for single_project for this specific repo, as single_project is a code drawn from foundation and can heavily change in the future.

caetano-colin and others added 30 commits May 9, 2024 08:52
…rprise-genai into refactor/ml-infra-projects
…rojects"

This reverts commit be0ba50, reversing
changes made to 0d4f692.
…/terraform-google-enterprise-genai into refactor/ml-infra-projects
…rprise-genai into refactor/ml-infra-projects
Copy link
Contributor

@renato-rudnicki renato-rudnicki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some suggestions. LGTM.

* limitations under the License.
*/

module "ml_infra_project" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change this to ml_infra_projects

@sleighton2022 sleighton2022 merged commit fda06e1 into GoogleCloudPlatform:main May 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants