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

Remove unused variable service_account in safer-cluster to avoid confusion #448

Merged
merged 1 commit into from
Mar 4, 2020
Merged

Remove unused variable service_account in safer-cluster to avoid confusion #448

merged 1 commit into from
Mar 4, 2020

Conversation

han0110
Copy link
Contributor

@han0110 han0110 commented Mar 1, 2020

TL;DR: Remove unused variable service_account in module safer-cluster to avoid confusion

I found the document of safer-cluster a little bit confusing because there are two similar variables about worker nodes' service account:

  1. compute_engine_service_account
  2. service_account

After digging into the source code, I found the var service_account is unused but is the same word used in main module.

I think the former one is better understood so I remove the unused one to avoid confusion, even it's the same as the one used in main.

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 the contribution!

@morgante morgante merged commit a30e7cd into terraform-google-modules:master Mar 4, 2020
CPL-markus pushed a commit to WALTER-GROUP/terraform-google-kubernetes-engine that referenced this pull request Jul 15, 2024
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.

None yet

2 participants