-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: bump enable_intranode_visibility
to GA
#1956
feat: bump enable_intranode_visibility
to GA
#1956
Conversation
/gcbrun |
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.
Thanks for the contribution @DrFaust92!
Please see the lint findings:
Working in ./modules/beta-autopilot-private-cluster ...
1 issue(s) found:
Warning: [Fixable] variable "enable_intranode_visibility" is declared but not used (terraform_unused_declarations)
on variables.tf line 460:
460: variable "enable_intranode_visibility" {
Reference: https://github.com/terraform-linters/tflint-ruleset-terraform/blob/v0.7.0/docs/rules/terraform_unused_declarations.md
tflint failed ./modules/beta-autopilot-private-cluster
Working in ./modules/beta-autopilot-public-cluster ...
1 issue(s) found:
Warning: [Fixable] variable "enable_intranode_visibility" is declared but not used (terraform_unused_declarations)
on variables.tf line 430:
430: variable "enable_intranode_visibility" {
Reference: https://github.com/terraform-linters/tflint-ruleset-terraform/blob/v0.7.0/docs/rules/terraform_unused_declarations.md
apeabody trying again, lint passes in CI and locally |
/gcbrun |
apeabody any idea why tests failed? 😢 |
Might be a flake, re-running the tests. |
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.
Thanks for the contribution @DrFaust92!
validated enable_intranode_visibility GA in v5.25.0 |
No description provided.