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

Typo in security group description #207

Closed
andylamp opened this issue Feb 11, 2022 · 0 comments · Fixed by #208
Closed

Typo in security group description #207

andylamp opened this issue Feb 11, 2022 · 0 comments · Fixed by #208
Labels
bug 🐛 An issue with the system

Comments

@andylamp
Copy link
Contributor

andylamp commented Feb 11, 2022

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

The description for the security group description seems to be incorrect, namely here it says the following:

variable "security_group_description" {
  type        = string
  default     = "Security Group for EKS cluster"
  description = <<-EOT
    The description to assign to the created Security Group.
    Warning: Changing the description causes the security group to be replaced.
    EOT
}

whereas I think it should be something EB related but this seems to be a mistype from the EKS module...?

Expected Behavior

Description of the security group to be applicable for the current module context.

Steps to Reproduce

Not applicable.

Screenshots

Not applicable.

Environment (please complete the following information):

Not applicable.

Additional Context

Not applicable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
1 participant