-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conversation
@@ -0,0 +1,119 @@ | |||
# GCVE Private Cloud Module | |||
|
|||
This module contains the terraform to create and deploy a private cloud |
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.
needs update
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.
Added changes as per review
source = "terraform-google-modules/gcloud/google" | ||
|
||
platform = "linux" | ||
additional_components = ["kubectl", "beta"] |
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.
do we actually need a dependency on kubectl?
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.
Added Changes as per review
*/ | ||
|
||
terraform { | ||
required_version = ">= 1.5.3" |
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.
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.
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.
Added changes as per review
Fixes #<issue_number_goes_here>