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

GCVE Service Networking #62

Merged
merged 5 commits into from
Aug 2, 2023
Merged

GCVE Service Networking #62

merged 5 commits into from
Aug 2, 2023

Conversation

renuka-kumari
Copy link
Contributor

Fixes #<issue_number_goes_here>

It's a good idea to open an issue first for discussion.

  • Tests pass
  • Appropriate changes to README are included in PR

@renuka-kumari renuka-kumari requested a review from a team as a code owner July 31, 2023 15:02
@@ -0,0 +1,119 @@
# GCVE Private Cloud Module

This module contains the terraform to create and deploy a private cloud
Copy link
Collaborator

Choose a reason for hiding this comment

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

needs update

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added changes as per review

source = "terraform-google-modules/gcloud/google"

platform = "linux"
additional_components = ["kubectl", "beta"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we actually need a dependency on kubectl?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added Changes as per review

*/

terraform {
required_version = ">= 1.5.3"
Copy link
Collaborator

Choose a reason for hiding this comment

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

shall we keep it at 1.3.0 which is the version we previously required for other modules. Seems odd that we suddenly have this jump. We may want to be consistent throughout the repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added changes as per review

@renuka-kumari renuka-kumari merged commit 924c9e4 into main Aug 2, 2023
4 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.

2 participants