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

Add example for network creating and standing up GKE #288

Merged
merged 17 commits into from
Oct 28, 2019
Merged

Add example for network creating and standing up GKE #288

merged 17 commits into from
Oct 28, 2019

Conversation

bharathkkb
Copy link
Member

P.S: This is my first PR in CFT so if there are any nits or conventions I should be following please lmk

Copy link
Contributor

@morgante morgante left a comment

Choose a reason for hiding this comment

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

Thanks for working on this!

examples/simple_regional_with_networking/main.tf Outdated Show resolved Hide resolved
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this description simply be closer to what was actually created.

This sounds more like an input than an output as phrased.

Copy link
Member Author

Choose a reason for hiding this comment

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

This description is the same in all the current examples we have. Should I just change it to service account created for the node pool?

Copy link
Contributor

Choose a reason for hiding this comment

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

Got it. Do you mind updating the existing examples as well?

Suggested change
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."

test/fixtures/simple_regional_with_networking/example.tf Outdated Show resolved Hide resolved
test/fixtures/simple_regional_with_networking/example.tf Outdated Show resolved Hide resolved
test/fixtures/simple_regional_with_networking/variables.tf Outdated Show resolved Hide resolved
test/fixtures/simple_regional_with_networking/variables.tf Outdated Show resolved Hide resolved
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
Copy link
Contributor

Choose a reason for hiding this comment

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

Got it. Do you mind updating the existing examples as well?

Suggested change
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."

examples/simple_regional_with_networking/variables.tf Outdated Show resolved Hide resolved
examples/simple_regional_with_networking/variables.tf Outdated Show resolved Hide resolved
test/fixtures/simple_regional_with_networking/example.tf Outdated Show resolved Hide resolved
test/fixtures/simple_regional_with_networking/variables.tf Outdated Show resolved Hide resolved
examples/simple_regional_with_networking/outputs.tf Outdated Show resolved Hide resolved
examples/simple_regional_with_networking/main.tf Outdated Show resolved Hide resolved
test/ci/simple-regional-with-networking.yml Show resolved Hide resolved
test/fixtures/simple_regional_with_networking/example.tf Outdated Show resolved Hide resolved
@morgante morgante dismissed aaron-lane’s stale review October 25, 2019 18:52

One assignee/owner

@morgante morgante merged commit 287eaa4 into terraform-google-modules:master Oct 28, 2019
CPL-markus pushed a commit to WALTER-GROUP/terraform-google-kubernetes-engine that referenced this pull request Jul 15, 2024
…re/gke-networking-ex

Add example for network creating and standing up GKE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide networking example
3 participants