Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Use network module #23

Merged
merged 5 commits into from
Apr 12, 2019
Merged

Use network module #23

merged 5 commits into from
Apr 12, 2019

Conversation

autero1
Copy link
Contributor

@autero1 autero1 commented Apr 11, 2019

This PR takes the Google network module into use and adds a sample deployment step in the private cluster example.

Note that merging requires resolving gruntwork-io/terraform-google-network#16

@autero1 autero1 requested a review from rileykarson April 11, 2019 12:51
@autero1 autero1 changed the title Use network module WIP: Use network module Apr 11, 2019
Copy link
Contributor

@yorinasub17 yorinasub17 left a comment

Choose a reason for hiding this comment

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

LGTM

@autero1
Copy link
Contributor Author

autero1 commented Apr 11, 2019

The tests are failing ATM due to CircleCI machine user cannot pull the network module. Once that's fixed, the tests should pass.

Use the network -module in the other examples.
Improved documentation.
@autero1 autero1 changed the title WIP: Use network module Use network module Apr 11, 2019
Copy link
Contributor

@rileykarson rileykarson left a comment

Choose a reason for hiding this comment

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

LGTM- just a couple typos / inconsistencies.

@@ -42,7 +42,20 @@ Currently, you cannot use a proxy to reach the cluster master of a regional clus
1. Run `terraform get`.
1. Run `terraform plan`.
1. If the plan looks good, run `terraform apply`.

#### Optional: Deploy a sample application
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice 👍

modules/gke-cluster/variables.tf Outdated Show resolved Hide resolved
@@ -65,17 +65,22 @@ provider "helm" {
module "gke_cluster" {
# When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
# to a specific version of the modules, such as the following example:
# source = "git::[email protected]:gruntwork-io/gke-cluster.git//modules/gke-cluster?ref=v0.0.1"
# source = "git::[email protected]:gruntwork-io/terraform-google-gke.git//modules/gke-cluster?ref=v0.0.5"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# source = "git::[email protected]:gruntwork-io/terraform-google-gke.git//modules/gke-cluster?ref=v0.0.5"
# source = "git::[email protected]:gruntwork-io/terraform-google-gke.git//modules/gke-cluster?ref=v0.0.4"

We're at 0.0.4, right? I see both 4 and 5 across our references.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed all of those to point to v0.0.5 which is the upcoming release after this PR is merged.

@autero1 autero1 merged commit 7afc279 into master Apr 12, 2019
@autero1 autero1 deleted the network_module branch August 20, 2019 07:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants