* 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

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]
}