Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KlwntSingh committed Mar 4, 2024
1 parent 4f78f52 commit 0b9a30d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/eks/daemon/windows/2019/main.tf
Original file line number Diff line number Diff line change
@@ -10,5 +10,5 @@ module "windows" {
instance_type = var.instance_type
k8s_version = var.k8s_version
cwagent_image_repo = var.cwagent_image_repo
cwagent_image_tag = var.cwagent_image_tag
cwagent_image_tag = var.cwagent_image_tag
}
2 changes: 1 addition & 1 deletion terraform/eks/daemon/windows/2022/main.tf
Original file line number Diff line number Diff line change
@@ -10,5 +10,5 @@ module "windows" {
instance_type = var.instance_type
k8s_version = var.k8s_version
cwagent_image_repo = var.cwagent_image_repo
cwagent_image_tag = var.cwagent_image_tag
cwagent_image_tag = var.cwagent_image_tag
}

0 comments on commit 0b9a30d

Please sign in to comment.