1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
* fix typos

* remove unnecessary comment
This commit is contained in:
Hwanjin Jeong
2019-11-19 02:10:53 +09:00
committed by Max Williams
parent a43e44f164
commit a4117177f6
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -42,7 +42,6 @@ data "aws_ami" "eks_worker_windows" {
most_recent = true
# Owner ID of AWS EKS team (windows)
owners = [var.worker_ami_owner_id_windows]
}